Html Css Color HEX #AFE466 Conifer

📋 copy color: '#AFE466'

red 175 ◦ green 228 ◦ blue 102

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

Shades of Conifer #AFE466

Tints of Conifer #AFE466

RGB

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

 GREEN value IS 228 (89.45% from 255) = 45.15%

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

R = 34.65%
G = 45.15%
B = 20.2%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#AFE466 (or 0xAFE466) is known color: Conifer. HEX triplet: AF, E4 and 66. RGB value is (175,228,102). Sum of RGB (Red+Green+Blue) = 175+228+102=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 228 (89.45% from 255 or 45.15% from 505); Blue value is 102 (40.23% from 255 or 20.20% from 505); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE466 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE466 is #501B99. Grayscale: #C6C6C6. Windows color (decimal): -5249946 or 6743215. OLE color: 6743215.

HSL color Cylindrical-coordinate representation of color #AFE466: hue angle of 85.24º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFE466 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 228 102 -
CMYK 0.23 0 0.55 0.11
HSL 85.24º 0.7% 0.65% -
HSV(B) 85.24º 0.55% 0.89% -
XYZ 47.82 65.56 22.7 -
YUV 197.79 73.94 111.75 -
System Red Green Blue C M Y K H S L
Decimal 175 228 102 0.23 0 0.55 0.11 85.24 0.7 0.65
Hex AF E4 66 17 0 37 B 55 46 41
Octal 257 344 146 27 0 67 13 125 106 101
Binary 10101111 11100100 1100110 10111 0 110111 1011 1010101 1000110 1000001

Color Harmonies of #AFE466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE466

Black with #AFE466

Text Example


Text Example

White with #AFE466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE466; }

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

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

background-color css

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

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

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

border-color css

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

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

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