Html Css Color HEX #AFE666 Conifer

📋 copy color: '#AFE666'

red 175 ◦ green 230 ◦ blue 102

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

Shades of Conifer #AFE666

Tints of Conifer #AFE666

RGB

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

 GREEN value IS 230 (90.23% from 255) = 45.36%

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

R = 34.52%
G = 45.36%
B = 20.12%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#AFE666 (or 0xAFE666) is known color: Conifer. HEX triplet: AF, E6 and 66. RGB value is (175,230,102). Sum of RGB (Red+Green+Blue) = 175+230+102=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 230 (90.23% from 255 or 45.36% from 507); Blue value is 102 (40.23% from 255 or 20.12% from 507); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE666 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE666 is #501999. Grayscale: #C7C7C7. Windows color (decimal): -5249434 or 6743727. OLE color: 6743727.

HSL color Cylindrical-coordinate representation of color #AFE666: hue angle of 85.78º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AFE666 is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 230 102 -
CMYK 0.24 0 0.56 0.10
HSL 85.78º 0.72% 0.65% -
HSV(B) 85.78º 0.56% 0.9% -
XYZ 48.37 66.67 22.89 -
YUV 198.96 73.28 110.91 -
System Red Green Blue C M Y K H S L
Decimal 175 230 102 0.24 0 0.56 0.10 85.78 0.72 0.65
Hex AF E6 66 18 0 38 A 56 48 41
Octal 257 346 146 30 0 70 12 126 110 101
Binary 10101111 11100110 1100110 11000 0 111000 1010 1010110 1001000 1000001

Color Harmonies of #AFE666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE666

Black with #AFE666

Text Example


Text Example

White with #AFE666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE666; }

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

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

background-color css

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

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

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

border-color css

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

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

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