Html Css Color HEX #ADF18A Feijoa

📋 copy color: '#ADF18A'

red 173 ◦ green 241 ◦ blue 138

#ADF18A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feijoa #ADF18A

Tints of Feijoa #ADF18A

RGB

 RED value IS 173 (67.97% from 255) = 31.34%

 GREEN value IS 241 (94.53% from 255) = 43.66%

 BLUE value IS 138 (54.3% from 255) = 25%

R = 31.34%
G = 43.66%
B = 25%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.43

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ADF18A (or 0xADF18A) is known color: Feijoa. HEX triplet: AD, F1 and 8A. RGB value is (173,241,138). Sum of RGB (Red+Green+Blue) = 173+241+138=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 241 (94.53% from 255 or 43.66% from 552); Blue value is 138 (54.30% from 255 or 25% from 552); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF18A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF18A is #520E75. Grayscale: #D1D1D1. Windows color (decimal): -5377654 or 9105837. OLE color: 9105837.

HSL color Cylindrical-coordinate representation of color #ADF18A: hue angle of 99.61º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADF18A is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 241 138 -
CMYK 0.28 0 0.43 0.05
HSL 99.61º 0.79% 0.74% -
HSV(B) 99.61º 0.43% 0.95% -
XYZ 53.28 73.63 35.45 -
YUV 208.93 87.97 102.38 -
System Red Green Blue C M Y K H S L
Decimal 173 241 138 0.28 0 0.43 0.05 99.61 0.79 0.74
Hex AD F1 8A 1C 0 2B 5 64 4F 4A
Octal 255 361 212 34 0 53 5 144 117 112
Binary 10101101 11110001 10001010 11100 0 101011 101 1100100 1001111 1001010

Color Harmonies of #ADF18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF18A

Black with #ADF18A

Text Example


Text Example

White with #ADF18A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF18A; }

 p { color: rgb(173,241,138); }

 H1.HeaderClassName
 {
   color: #ADF18A;
 }
 .AnyTagClassName
 {
   color: #ADF18A;
 }
</style>

background-color css

<style>
 a { background-color: #ADF18A; }

 a { background-color: rgb(173,241,138); }

 div.DivClassName
 {
   background-color: #ADF18A;
 }
 .BgClassName
 {
   background-color: #ADF18A;
 }
</style>

border-color css

<style>
 span { border-color: #ADF18A; }

 span { border-color: rgb(173,241,138); }

 td.TdClassName
 {
   border-color: #ADF18A;
 }
 .TagClassName
 {
   border-color: #ADF18A;
 }
</style>