Html Css Color HEX #AFE360 Conifer

📋 copy color: '#AFE360'

red 175 ◦ green 227 ◦ blue 96

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

Shades of Conifer #AFE360

Tints of Conifer #AFE360

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.58%

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

R = 35.14%
G = 45.58%
B = 19.28%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#AFE360 (or 0xAFE360) is known color: Conifer. HEX triplet: AF, E3 and 60. RGB value is (175,227,96). Sum of RGB (Red+Green+Blue) = 175+227+96=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 227 (89.06% from 255 or 45.58% from 498); Blue value is 96 (37.89% from 255 or 19.28% from 498); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE360 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE360 is #501C9F. Grayscale: #C4C4C4. Windows color (decimal): -5250208 or 6349743. OLE color: 6349743.

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

Color convert

RGB 175 227 96 -
CMYK 0.23 0 0.58 0.11
HSL 83.82º 0.7% 0.63% -
HSV(B) 83.82º 0.58% 0.89% -
XYZ 47.26 64.9 21.1 -
YUV 196.52 71.27 112.65 -
System Red Green Blue C M Y K H S L
Decimal 175 227 96 0.23 0 0.58 0.11 83.82 0.7 0.63
Hex AF E3 60 17 0 3A B 54 46 3F
Octal 257 343 140 27 0 72 13 124 106 77
Binary 10101111 11100011 1100000 10111 0 111010 1011 1010100 1000110 111111

Color Harmonies of #AFE360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE360

Black with #AFE360

Text Example


Text Example

White with #AFE360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE360; }

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

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

background-color css

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

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

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

border-color css

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

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

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