Html Css Color HEX #AFE144 Conifer

📋 copy color: '#AFE144'

red 175 ◦ green 225 ◦ blue 68

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

Shades of Conifer #AFE144

Tints of Conifer #AFE144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.53%

R = 37.39%
G = 48.08%
B = 14.53%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#AFE144 (or 0xAFE144) is known color: Conifer. HEX triplet: AF, E1 and 44. RGB value is (175,225,68). Sum of RGB (Red+Green+Blue) = 175+225+68=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 225 (88.28% from 255 or 48.08% from 468); Blue value is 68 (26.95% from 255 or 14.53% from 468); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE144 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE144 is #501EBB. Grayscale: #C0C0C0. Windows color (decimal): -5250748 or 4514223. OLE color: 4514223.

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

Color convert

RGB 175 225 68 -
CMYK 0.22 0 0.70 0.12
HSL 79.11º 0.72% 0.57% -
HSV(B) 79.11º 0.7% 0.88% -
XYZ 45.65 63.38 15.3 -
YUV 192.15 57.94 115.77 -
System Red Green Blue C M Y K H S L
Decimal 175 225 68 0.22 0 0.70 0.12 79.11 0.72 0.57
Hex AF E1 44 16 0 46 C 4F 48 39
Octal 257 341 104 26 0 106 14 117 110 71
Binary 10101111 11100001 1000100 10110 0 1000110 1100 1001111 1001000 111001

Color Harmonies of #AFE144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE144

Black with #AFE144

Text Example


Text Example

White with #AFE144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE144; }

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

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

background-color css

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

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

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

border-color css

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

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

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