Html Css Color HEX #A8ED55 Conifer

📋 copy color: '#A8ED55'

red 168 ◦ green 237 ◦ blue 85

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

Shades of Conifer #A8ED55

Tints of Conifer #A8ED55

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.37%

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

R = 34.29%
G = 48.37%
B = 17.35%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#A8ED55 (or 0xA8ED55) is known color: Conifer. HEX triplet: A8, ED and 55. RGB value is (168,237,85). Sum of RGB (Red+Green+Blue) = 168+237+85=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 237 (92.97% from 255 or 48.37% from 490); Blue value is 85 (33.59% from 255 or 17.35% from 490); Max value from RGB is 237 - color contains mainly: green. Hex color #A8ED55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8ED55 is #5712AA. Grayscale: #C7C7C7. Windows color (decimal): -5706411 or 5631400. OLE color: 5631400.

HSL color Cylindrical-coordinate representation of color #A8ED55: hue angle of 87.24º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A8ED55 is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 237 85 -
CMYK 0.29 0 0.64 0.07
HSL 87.24º 0.81% 0.63% -
HSV(B) 87.24º 0.64% 0.93% -
XYZ 48.07 69.55 19.48 -
YUV 199.04 63.64 105.86 -
System Red Green Blue C M Y K H S L
Decimal 168 237 85 0.29 0 0.64 0.07 87.24 0.81 0.63
Hex A8 ED 55 1D 0 40 7 57 51 3F
Octal 250 355 125 35 0 100 7 127 121 77
Binary 10101000 11101101 1010101 11101 0 1000000 111 1010111 1010001 111111

Color Harmonies of #A8ED55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8ED55

Black with #A8ED55

Text Example


Text Example

White with #A8ED55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8ED55; }

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

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

background-color css

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

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

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

border-color css

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

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

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