Html Css Color HEX #ADF866 Conifer

📋 copy color: '#ADF866'

red 173 ◦ green 248 ◦ blue 102

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

Shades of Conifer #ADF866

Tints of Conifer #ADF866

RGB

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

 GREEN value IS 248 (97.27% from 255) = 47.42%

 BLUE value IS 102 (40.23% from 255) = 19.5%

R = 33.08%
G = 47.42%
B = 19.5%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#ADF866 (or 0xADF866) is known color: Conifer. HEX triplet: AD, F8 and 66. RGB value is (173,248,102). Sum of RGB (Red+Green+Blue) = 173+248+102=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 248 (97.27% from 255 or 47.42% from 523); Blue value is 102 (40.23% from 255 or 19.50% from 523); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF866 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF866 is #520799. Grayscale: #D1D1D1. Windows color (decimal): -5375898 or 6748333. OLE color: 6748333.

HSL color Cylindrical-coordinate representation of color #ADF866: hue angle of 90.82º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADF866 is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.

Color convert

RGB 173 248 102 -
CMYK 0.30 0 0.59 0.03
HSL 90.82º 0.91% 0.69% -
HSV(B) 90.82º 0.59% 0.97% -
XYZ 53.2 76.98 24.62 -
YUV 208.93 67.65 102.37 -
System Red Green Blue C M Y K H S L
Decimal 173 248 102 0.30 0 0.59 0.03 90.82 0.91 0.69
Hex AD F8 66 1E 0 3B 3 5B 5B 45
Octal 255 370 146 36 0 73 3 133 133 105
Binary 10101101 11111000 1100110 11110 0 111011 11 1011011 1011011 1000101

Color Harmonies of #ADF866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF866

Black with #ADF866

Text Example


Text Example

White with #ADF866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF866; }

 p { color: rgb(173,248,102); }

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

background-color css

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

 a { background-color: rgb(173,248,102); }

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

border-color css

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

 span { border-color: rgb(173,248,102); }

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