Html Css Color HEX #AFF666 Conifer

📋 copy color: '#AFF666'

red 175 ◦ green 246 ◦ blue 102

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

Shades of Conifer #AFF666

Tints of Conifer #AFF666

RGB

 RED value IS 175 (68.75% from 255) = 33.46%

 GREEN value IS 246 (96.48% from 255) = 47.04%

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

R = 33.46%
G = 47.04%
B = 19.5%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#AFF666 (or 0xAFF666) is known color: Conifer. HEX triplet: AF, F6 and 66. RGB value is (175,246,102). Sum of RGB (Red+Green+Blue) = 175+246+102=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 246 (96.48% from 255 or 47.04% from 523); Blue value is 102 (40.23% from 255 or 19.50% from 523); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF666 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF666 is #500999. Grayscale: #D0D0D0. Windows color (decimal): -5245338 or 6747823. OLE color: 6747823.

HSL color Cylindrical-coordinate representation of color #AFF666: hue angle of 89.58º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AFF666 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 246 102 -
CMYK 0.29 0 0.59 0.04
HSL 89.58º 0.89% 0.68% -
HSV(B) 89.58º 0.59% 0.96% -
XYZ 53.03 75.98 24.44 -
YUV 208.36 67.98 104.21 -
System Red Green Blue C M Y K H S L
Decimal 175 246 102 0.29 0 0.59 0.04 89.58 0.89 0.68
Hex AF F6 66 1D 0 3B 4 5A 59 44
Octal 257 366 146 35 0 73 4 132 131 104
Binary 10101111 11110110 1100110 11101 0 111011 100 1011010 1011001 1000100

Color Harmonies of #AFF666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF666

Black with #AFF666

Text Example


Text Example

White with #AFF666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF666; }

 p { color: rgb(175,246,102); }

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

background-color css

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

 a { background-color: rgb(175,246,102); }

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

border-color css

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

 span { border-color: rgb(175,246,102); }

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