Html Css Color HEX #AFE24F Conifer

📋 copy color: '#AFE24F'

red 175 ◦ green 226 ◦ blue 79

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

Shades of Conifer #AFE24F

Tints of Conifer #AFE24F

RGB

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

 GREEN value IS 226 (88.67% from 255) = 47.08%

 BLUE value IS 79 (31.25% from 255) = 16.46%

R = 36.46%
G = 47.08%
B = 16.46%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#AFE24F (or 0xAFE24F) is known color: Conifer. HEX triplet: AF, E2 and 4F. RGB value is (175,226,79). Sum of RGB (Red+Green+Blue) = 175+226+79=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 226 (88.67% from 255 or 47.08% from 480); Blue value is 79 (31.25% from 255 or 16.46% from 480); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE24F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE24F is #501DB0. Grayscale: #C2C2C2. Windows color (decimal): -5250481 or 5235375. OLE color: 5235375.

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

Color convert

RGB 175 226 79 -
CMYK 0.23 0 0.65 0.11
HSL 80.82º 0.72% 0.6% -
HSV(B) 80.82º 0.65% 0.89% -
XYZ 46.29 64.07 17.32 -
YUV 193.99 63.1 114.45 -
System Red Green Blue C M Y K H S L
Decimal 175 226 79 0.23 0 0.65 0.11 80.82 0.72 0.6
Hex AF E2 4F 17 0 41 B 51 48 3C
Octal 257 342 117 27 0 101 13 121 110 74
Binary 10101111 11100010 1001111 10111 0 1000001 1011 1010001 1001000 111100

Color Harmonies of #AFE24F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE24F

Black with #AFE24F

Text Example


Text Example

White with #AFE24F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE24F; }

 p { color: rgb(175,226,79); }

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

background-color css

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

 a { background-color: rgb(175,226,79); }

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

border-color css

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

 span { border-color: rgb(175,226,79); }

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