Html Css Color HEX #ADF08D Feijoa

📋 copy color: '#ADF08D'

red 173 ◦ green 240 ◦ blue 141

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

Shades of Feijoa #ADF08D

Tints of Feijoa #ADF08D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.32%

 BLUE value IS 141 (55.47% from 255) = 25.45%

R = 31.23%
G = 43.32%
B = 25.45%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#ADF08D (or 0xADF08D) is known color: Feijoa. HEX triplet: AD, F0 and 8D. RGB value is (173,240,141). Sum of RGB (Red+Green+Blue) = 173+240+141=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 240 (94.14% from 255 or 43.32% from 554); Blue value is 141 (55.47% from 255 or 25.45% from 554); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF08D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF08D is #520F72. Grayscale: #D1D1D1. Windows color (decimal): -5377907 or 9302189. OLE color: 9302189.

HSL color Cylindrical-coordinate representation of color #ADF08D: hue angle of 100.61º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ADF08D is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 240 141 -
CMYK 0.28 0 0.41 0.06
HSL 100.61º 0.77% 0.75% -
HSV(B) 100.61º 0.41% 0.94% -
XYZ 53.2 73.13 36.51 -
YUV 208.68 89.8 102.55 -
System Red Green Blue C M Y K H S L
Decimal 173 240 141 0.28 0 0.41 0.06 100.61 0.77 0.75
Hex AD F0 8D 1C 0 29 6 65 4D 4B
Octal 255 360 215 34 0 51 6 145 115 113
Binary 10101101 11110000 10001101 11100 0 101001 110 1100101 1001101 1001011

Color Harmonies of #ADF08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF08D

Black with #ADF08D

Text Example


Text Example

White with #ADF08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF08D; }

 p { color: rgb(173,240,141); }

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

background-color css

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

 a { background-color: rgb(173,240,141); }

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

border-color css

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

 span { border-color: rgb(173,240,141); }

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