Html Css Color HEX #A8E152 Conifer

📋 copy color: '#A8E152'

red 168 ◦ green 225 ◦ blue 82

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

Shades of Conifer #A8E152

Tints of Conifer #A8E152

RGB

 RED value IS 168 (66.02% from 255) = 35.37%

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

 BLUE value IS 82 (32.42% from 255) = 17.26%

R = 35.37%
G = 47.37%
B = 17.26%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#A8E152 (or 0xA8E152) is known color: Conifer. HEX triplet: A8, E1 and 52. RGB value is (168,225,82). Sum of RGB (Red+Green+Blue) = 168+225+82=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 225 (88.28% from 255 or 47.37% from 475); Blue value is 82 (32.42% from 255 or 17.26% from 475); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E152 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E152 is #571EAD. Grayscale: #C0C0C0. Windows color (decimal): -5709486 or 5431720. OLE color: 5431720.

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

Color convert

RGB 168 225 82 -
CMYK 0.25 0 0.64 0.12
HSL 83.92º 0.7% 0.6% -
HSV(B) 83.92º 0.64% 0.88% -
XYZ 44.6 62.78 17.75 -
YUV 191.66 66.12 111.13 -
System Red Green Blue C M Y K H S L
Decimal 168 225 82 0.25 0 0.64 0.12 83.92 0.7 0.6
Hex A8 E1 52 19 0 40 C 54 46 3C
Octal 250 341 122 31 0 100 14 124 106 74
Binary 10101000 11100001 1010010 11001 0 1000000 1100 1010100 1000110 111100

Color Harmonies of #A8E152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E152

Black with #A8E152

Text Example


Text Example

White with #A8E152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E152; }

 p { color: rgb(168,225,82); }

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

background-color css

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

 a { background-color: rgb(168,225,82); }

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

border-color css

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

 span { border-color: rgb(168,225,82); }

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