Html Css Color HEX #AFE154 Conifer

📋 copy color: '#AFE154'

red 175 ◦ green 225 ◦ blue 84

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

Shades of Conifer #AFE154

Tints of Conifer #AFE154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 17.36%

R = 36.16%
G = 46.49%
B = 17.36%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#AFE154 (or 0xAFE154) is known color: Conifer. HEX triplet: AF, E1 and 54. RGB value is (175,225,84). Sum of RGB (Red+Green+Blue) = 175+225+84=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 225 (88.28% from 255 or 46.49% from 484); Blue value is 84 (33.20% from 255 or 17.36% from 484); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE154 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE154 is #501EAB. Grayscale: #C2C2C2. Windows color (decimal): -5250732 or 5562799. OLE color: 5562799.

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

Color convert

RGB 175 225 84 -
CMYK 0.22 0 0.63 0.12
HSL 81.28º 0.7% 0.61% -
HSV(B) 81.28º 0.63% 0.88% -
XYZ 46.2 63.6 18.23 -
YUV 193.98 65.94 114.46 -
System Red Green Blue C M Y K H S L
Decimal 175 225 84 0.22 0 0.63 0.12 81.28 0.7 0.61
Hex AF E1 54 16 0 3F C 51 46 3D
Octal 257 341 124 26 0 77 14 121 106 75
Binary 10101111 11100001 1010100 10110 0 111111 1100 1010001 1000110 111101

Color Harmonies of #AFE154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE154

Black with #AFE154

Text Example


Text Example

White with #AFE154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE154; }

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

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

background-color css

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

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

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

border-color css

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

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

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