Html Css Color HEX #A8E850 Conifer

📋 copy color: '#A8E850'

red 168 ◦ green 232 ◦ blue 80

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

Shades of Conifer #A8E850

Tints of Conifer #A8E850

RGB

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

 GREEN value IS 232 (91.02% from 255) = 48.33%

 BLUE value IS 80 (31.64% from 255) = 16.67%

R = 35%
G = 48.33%
B = 16.67%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#A8E850 (or 0xA8E850) is known color: Conifer. HEX triplet: A8, E8 and 50. RGB value is (168,232,80). Sum of RGB (Red+Green+Blue) = 168+232+80=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 232 (91.02% from 255 or 48.33% from 480); Blue value is 80 (31.64% from 255 or 16.67% from 480); Max value from RGB is 232 - color contains mainly: green. Hex color #A8E850 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8E850 is #5717AF. Grayscale: #C4C4C4. Windows color (decimal): -5707696 or 5302440. OLE color: 5302440.

HSL color Cylindrical-coordinate representation of color #A8E850: hue angle of 85.26º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A8E850 is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 168 232 80 -
CMYK 0.28 0 0.66 0.09
HSL 85.26º 0.77% 0.61% -
HSV(B) 85.26º 0.66% 0.91% -
XYZ 46.45 66.62 18 -
YUV 195.54 62.8 108.36 -
System Red Green Blue C M Y K H S L
Decimal 168 232 80 0.28 0 0.66 0.09 85.26 0.77 0.61
Hex A8 E8 50 1C 0 42 9 55 4D 3D
Octal 250 350 120 34 0 102 11 125 115 75
Binary 10101000 11101000 1010000 11100 0 1000010 1001 1010101 1001101 111101

Color Harmonies of #A8E850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E850

Black with #A8E850

Text Example


Text Example

White with #A8E850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E850; }

 p { color: rgb(168,232,80); }

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

background-color css

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

 a { background-color: rgb(168,232,80); }

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

border-color css

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

 span { border-color: rgb(168,232,80); }

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