Html Css Color HEX #AFE156 Conifer

📋 copy color: '#AFE156'

red 175 ◦ green 225 ◦ blue 86

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

Shades of Conifer #AFE156

Tints of Conifer #AFE156

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.3%

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

R = 36.01%
G = 46.3%
B = 17.7%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#AFE156 (or 0xAFE156) is known color: Conifer. HEX triplet: AF, E1 and 56. RGB value is (175,225,86). Sum of RGB (Red+Green+Blue) = 175+225+86=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 225 (88.28% from 255 or 46.30% from 486); Blue value is 86 (33.98% from 255 or 17.70% from 486); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE156 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE156 is #501EA9. Grayscale: #C2C2C2. Windows color (decimal): -5250730 or 5693871. OLE color: 5693871.

HSL color Cylindrical-coordinate representation of color #AFE156: hue angle of 81.58º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AFE156 is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 225 86 -
CMYK 0.22 0 0.62 0.12
HSL 81.58º 0.7% 0.61% -
HSV(B) 81.58º 0.62% 0.88% -
XYZ 46.28 63.64 18.65 -
YUV 194.2 66.94 114.3 -
System Red Green Blue C M Y K H S L
Decimal 175 225 86 0.22 0 0.62 0.12 81.58 0.7 0.61
Hex AF E1 56 16 0 3E C 52 46 3D
Octal 257 341 126 26 0 76 14 122 106 75
Binary 10101111 11100001 1010110 10110 0 111110 1100 1010010 1000110 111101

Color Harmonies of #AFE156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE156

Black with #AFE156

Text Example


Text Example

White with #AFE156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE156; }

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

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

background-color css

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

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

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

border-color css

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

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

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