Html Css Color HEX #AFE956 Conifer

📋 copy color: '#AFE956'

red 175 ◦ green 233 ◦ blue 86

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

Shades of Conifer #AFE956

Tints of Conifer #AFE956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 17.41%

R = 35.43%
G = 47.17%
B = 17.41%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#AFE956 (or 0xAFE956) is known color: Conifer. HEX triplet: AF, E9 and 56. RGB value is (175,233,86). Sum of RGB (Red+Green+Blue) = 175+233+86=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 233 (91.41% from 255 or 47.17% from 494); Blue value is 86 (33.98% from 255 or 17.41% from 494); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE956 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE956 is #5016A9. Grayscale: #C7C7C7. Windows color (decimal): -5248682 or 5695919. OLE color: 5695919.

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

Color convert

RGB 175 233 86 -
CMYK 0.25 0 0.63 0.09
HSL 83.67º 0.77% 0.63% -
HSV(B) 83.67º 0.63% 0.91% -
XYZ 48.5 68.06 19.39 -
YUV 198.9 64.28 110.95 -
System Red Green Blue C M Y K H S L
Decimal 175 233 86 0.25 0 0.63 0.09 83.67 0.77 0.63
Hex AF E9 56 19 0 3F 9 54 4D 3F
Octal 257 351 126 31 0 77 11 124 115 77
Binary 10101111 11101001 1010110 11001 0 111111 1001 1010100 1001101 111111

Color Harmonies of #AFE956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE956

Black with #AFE956

Text Example


Text Example

White with #AFE956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE956; }

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

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

background-color css

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

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

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

border-color css

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

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

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