Html Css Color HEX #A8E45A Conifer

📋 copy color: '#A8E45A'

red 168 ◦ green 228 ◦ blue 90

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

Shades of Conifer #A8E45A

Tints of Conifer #A8E45A

RGB

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

 GREEN value IS 228 (89.45% from 255) = 46.91%

 BLUE value IS 90 (35.55% from 255) = 18.52%

R = 34.57%
G = 46.91%
B = 18.52%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.61

 K value IS 0.11

RGB Variations

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

Color information

#A8E45A (or 0xA8E45A) is known color: Conifer. HEX triplet: A8, E4 and 5A. RGB value is (168,228,90). Sum of RGB (Red+Green+Blue) = 168+228+90=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 228 (89.45% from 255 or 46.91% from 486); Blue value is 90 (35.55% from 255 or 18.52% from 486); Max value from RGB is 228 - color contains mainly: green. Hex color #A8E45A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E45A is #571BA5. Grayscale: #C2C2C2. Windows color (decimal): -5708710 or 5956776. OLE color: 5956776.

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

Color convert

RGB 168 228 90 -
CMYK 0.26 0 0.61 0.11
HSL 86.09º 0.72% 0.62% -
HSV(B) 86.09º 0.61% 0.89% -
XYZ 45.74 64.55 19.72 -
YUV 194.33 69.12 109.22 -
System Red Green Blue C M Y K H S L
Decimal 168 228 90 0.26 0 0.61 0.11 86.09 0.72 0.62
Hex A8 E4 5A 1A 0 3D B 56 48 3E
Octal 250 344 132 32 0 75 13 126 110 76
Binary 10101000 11100100 1011010 11010 0 111101 1011 1010110 1001000 111110

Color Harmonies of #A8E45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E45A

Black with #A8E45A

Text Example


Text Example

White with #A8E45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E45A; }

 p { color: rgb(168,228,90); }

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

background-color css

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

 a { background-color: rgb(168,228,90); }

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

border-color css

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

 span { border-color: rgb(168,228,90); }

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