Html Css Color HEX #A8EA55 Conifer

📋 copy color: '#A8EA55'

red 168 ◦ green 234 ◦ blue 85

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

Shades of Conifer #A8EA55

Tints of Conifer #A8EA55

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.05%

 BLUE value IS 85 (33.59% from 255) = 17.45%

R = 34.5%
G = 48.05%
B = 17.45%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#A8EA55 (or 0xA8EA55) is known color: Conifer. HEX triplet: A8, EA and 55. RGB value is (168,234,85). Sum of RGB (Red+Green+Blue) = 168+234+85=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 234 (91.80% from 255 or 48.05% from 487); Blue value is 85 (33.59% from 255 or 17.45% from 487); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EA55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EA55 is #5715AA. Grayscale: #C5C5C5. Windows color (decimal): -5707179 or 5630632. OLE color: 5630632.

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

Color convert

RGB 168 234 85 -
CMYK 0.28 0 0.64 0.08
HSL 86.58º 0.78% 0.63% -
HSV(B) 86.58º 0.64% 0.92% -
XYZ 47.21 67.83 19.2 -
YUV 197.28 64.63 107.12 -
System Red Green Blue C M Y K H S L
Decimal 168 234 85 0.28 0 0.64 0.08 86.58 0.78 0.63
Hex A8 EA 55 1C 0 40 8 57 4E 3F
Octal 250 352 125 34 0 100 10 127 116 77
Binary 10101000 11101010 1010101 11100 0 1000000 1000 1010111 1001110 111111

Color Harmonies of #A8EA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EA55

Black with #A8EA55

Text Example


Text Example

White with #A8EA55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EA55; }

 p { color: rgb(168,234,85); }

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

background-color css

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

 a { background-color: rgb(168,234,85); }

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

border-color css

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

 span { border-color: rgb(168,234,85); }

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