Html Css Color HEX #AFE140 Conifer

📋 copy color: '#AFE140'

red 175 ◦ green 225 ◦ blue 64

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

Shades of Conifer #AFE140

Tints of Conifer #AFE140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.79%

R = 37.72%
G = 48.49%
B = 13.79%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#AFE140 (or 0xAFE140) is known color: Conifer. HEX triplet: AF, E1 and 40. RGB value is (175,225,64). Sum of RGB (Red+Green+Blue) = 175+225+64=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 225 (88.28% from 255 or 48.49% from 464); Blue value is 64 (25.39% from 255 or 13.79% from 464); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE140 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE140 is #501EBF. Grayscale: #C0C0C0. Windows color (decimal): -5250752 or 4252079. OLE color: 4252079.

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

Color convert

RGB 175 225 64 -
CMYK 0.22 0 0.72 0.12
HSL 78.63º 0.73% 0.57% -
HSV(B) 78.63º 0.72% 0.88% -
XYZ 45.53 63.33 14.68 -
YUV 191.7 55.94 116.09 -
System Red Green Blue C M Y K H S L
Decimal 175 225 64 0.22 0 0.72 0.12 78.63 0.73 0.57
Hex AF E1 40 16 0 48 C 4F 49 39
Octal 257 341 100 26 0 110 14 117 111 71
Binary 10101111 11100001 1000000 10110 0 1001000 1100 1001111 1001001 111001

Color Harmonies of #AFE140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE140

Black with #AFE140

Text Example


Text Example

White with #AFE140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE140; }

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

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

background-color css

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

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

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

border-color css

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

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

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