Html Css Color HEX #A8EB5A Conifer

📋 copy color: '#A8EB5A'

red 168 ◦ green 235 ◦ blue 90

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

Shades of Conifer #A8EB5A

Tints of Conifer #A8EB5A

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.67%

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

R = 34.08%
G = 47.67%
B = 18.26%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#A8EB5A (or 0xA8EB5A) is known color: Conifer. HEX triplet: A8, EB and 5A. RGB value is (168,235,90). Sum of RGB (Red+Green+Blue) = 168+235+90=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 235 (92.19% from 255 or 47.67% from 493); Blue value is 90 (35.55% from 255 or 18.26% from 493); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EB5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EB5A is #5714A5. Grayscale: #C6C6C6. Windows color (decimal): -5706918 or 5958568. OLE color: 5958568.

HSL color Cylindrical-coordinate representation of color #A8EB5A: hue angle of 87.72º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A8EB5A is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 235 90 -
CMYK 0.29 0 0.62 0.08
HSL 87.72º 0.78% 0.64% -
HSV(B) 87.72º 0.62% 0.92% -
XYZ 47.7 68.48 20.38 -
YUV 198.44 66.8 106.29 -
System Red Green Blue C M Y K H S L
Decimal 168 235 90 0.29 0 0.62 0.08 87.72 0.78 0.64
Hex A8 EB 5A 1D 0 3E 8 58 4E 40
Octal 250 353 132 35 0 76 10 130 116 100
Binary 10101000 11101011 1011010 11101 0 111110 1000 1011000 1001110 1000000

Color Harmonies of #A8EB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EB5A

Black with #A8EB5A

Text Example


Text Example

White with #A8EB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EB5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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