Html Css Color HEX #AFE960 Conifer

📋 copy color: '#AFE960'

red 175 ◦ green 233 ◦ blue 96

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

Shades of Conifer #AFE960

Tints of Conifer #AFE960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.05%

R = 34.72%
G = 46.23%
B = 19.05%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#AFE960 (or 0xAFE960) is known color: Conifer. HEX triplet: AF, E9 and 60. RGB value is (175,233,96). Sum of RGB (Red+Green+Blue) = 175+233+96=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 233 (91.41% from 255 or 46.23% from 504); Blue value is 96 (37.89% from 255 or 19.05% from 504); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE960 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE960 is #50169F. Grayscale: #C8C8C8. Windows color (decimal): -5248672 or 6351279. OLE color: 6351279.

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

Color convert

RGB 175 233 96 -
CMYK 0.25 0 0.59 0.09
HSL 85.4º 0.76% 0.65% -
HSV(B) 85.4º 0.59% 0.91% -
XYZ 48.93 68.24 21.66 -
YUV 200.04 69.28 110.14 -
System Red Green Blue C M Y K H S L
Decimal 175 233 96 0.25 0 0.59 0.09 85.4 0.76 0.65
Hex AF E9 60 19 0 3B 9 55 4C 41
Octal 257 351 140 31 0 73 11 125 114 101
Binary 10101111 11101001 1100000 11001 0 111011 1001 1010101 1001100 1000001

Color Harmonies of #AFE960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE960

Black with #AFE960

Text Example


Text Example

White with #AFE960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE960; }

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

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

background-color css

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

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

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

border-color css

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

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

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