Html Css Color HEX #AFE45C Conifer

📋 copy color: '#AFE45C'

red 175 ◦ green 228 ◦ blue 92

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

Shades of Conifer #AFE45C

Tints of Conifer #AFE45C

RGB

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

 GREEN value IS 228 (89.45% from 255) = 46.06%

 BLUE value IS 92 (36.33% from 255) = 18.59%

R = 35.35%
G = 46.06%
B = 18.59%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#AFE45C (or 0xAFE45C) is known color: Conifer. HEX triplet: AF, E4 and 5C. RGB value is (175,228,92). Sum of RGB (Red+Green+Blue) = 175+228+92=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 228 (89.45% from 255 or 46.06% from 495); Blue value is 92 (36.33% from 255 or 18.59% from 495); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE45C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE45C is #501BA3. Grayscale: #C5C5C5. Windows color (decimal): -5249956 or 6087855. OLE color: 6087855.

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

Color convert

RGB 175 228 92 -
CMYK 0.23 0 0.60 0.11
HSL 83.38º 0.72% 0.63% -
HSV(B) 83.38º 0.6% 0.89% -
XYZ 47.35 65.37 20.25 -
YUV 196.65 68.94 112.56 -
System Red Green Blue C M Y K H S L
Decimal 175 228 92 0.23 0 0.60 0.11 83.38 0.72 0.63
Hex AF E4 5C 17 0 3C B 53 48 3F
Octal 257 344 134 27 0 74 13 123 110 77
Binary 10101111 11100100 1011100 10111 0 111100 1011 1010011 1001000 111111

Color Harmonies of #AFE45C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE45C

Black with #AFE45C

Text Example


Text Example

White with #AFE45C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE45C; }

 p { color: rgb(175,228,92); }

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

background-color css

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

 a { background-color: rgb(175,228,92); }

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

border-color css

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

 span { border-color: rgb(175,228,92); }

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