Html Css Color HEX #ADFF66 Conifer

📋 copy color: '#ADFF66'

red 173 ◦ green 255 ◦ blue 102

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

Shades of Conifer #ADFF66

Tints of Conifer #ADFF66

RGB

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

 GREEN value IS 255 (100% from 255) = 48.11%

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

R = 32.64%
G = 48.11%
B = 19.25%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.6

 K value IS 0

RGB Variations

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

Color information

#ADFF66 (or 0xADFF66) is known color: Conifer. HEX triplet: AD, FF and 66. RGB value is (173,255,102). Sum of RGB (Red+Green+Blue) = 173+255+102=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 255 (100% from 255 or 48.11% from 530); Blue value is 102 (40.23% from 255 or 19.25% from 530); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFF66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFF66 is #520099. Grayscale: #D5D5D5. Windows color (decimal): -5374106 or 6750125. OLE color: 6750125.

HSL color Cylindrical-coordinate representation of color #ADFF66: hue angle of 92.16º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADFF66 is Cyan = 0.32, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.

Color convert

RGB 173 255 102 -
CMYK 0.32 0 0.6 0
HSL 92.16º 1% 0.7% -
HSV(B) 92.16º 0.6% 1% -
XYZ 55.39 81.36 25.36 -
YUV 213.04 65.33 99.44 -
System Red Green Blue C M Y K H S L
Decimal 173 255 102 0.32 0 0.6 0 92.16 1 0.7
Hex AD FF 66 20 0 3C 0 5C 64 46
Octal 255 377 146 40 0 74 0 134 144 106
Binary 10101101 11111111 1100110 100000 0 111100 0 1011100 1100100 1000110

Color Harmonies of #ADFF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFF66

Black with #ADFF66

Text Example


Text Example

White with #ADFF66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFF66; }

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

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

background-color css

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

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

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

border-color css

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

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

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