Html Css Color HEX #AFE964 Conifer

📋 copy color: '#AFE964'

red 175 ◦ green 233 ◦ blue 100

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

Shades of Conifer #AFE964

Tints of Conifer #AFE964

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.87%

 BLUE value IS 100 (39.45% from 255) = 19.69%

R = 34.45%
G = 45.87%
B = 19.69%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#AFE964 (or 0xAFE964) is known color: Conifer. HEX triplet: AF, E9 and 64. RGB value is (175,233,100). Sum of RGB (Red+Green+Blue) = 175+233+100=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 233 (91.41% from 255 or 45.87% from 508); Blue value is 100 (39.45% from 255 or 19.69% from 508); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE964 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE964 is #50169B. Grayscale: #C8C8C8. Windows color (decimal): -5248668 or 6613423. OLE color: 6613423.

HSL color Cylindrical-coordinate representation of color #AFE964: hue angle of 86.17º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AFE964 is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 233 100 -
CMYK 0.25 0 0.57 0.09
HSL 86.17º 0.75% 0.65% -
HSV(B) 86.17º 0.57% 0.91% -
XYZ 49.12 68.31 22.65 -
YUV 200.5 71.28 109.81 -
System Red Green Blue C M Y K H S L
Decimal 175 233 100 0.25 0 0.57 0.09 86.17 0.75 0.65
Hex AF E9 64 19 0 39 9 56 4B 41
Octal 257 351 144 31 0 71 11 126 113 101
Binary 10101111 11101001 1100100 11001 0 111001 1001 1010110 1001011 1000001

Color Harmonies of #AFE964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE964

Black with #AFE964

Text Example


Text Example

White with #AFE964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE964; }

 p { color: rgb(175,233,100); }

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

background-color css

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

 a { background-color: rgb(175,233,100); }

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

border-color css

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

 span { border-color: rgb(175,233,100); }

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