Html Css Color HEX #A5E850 Conifer

📋 copy color: '#A5E850'

red 165 ◦ green 232 ◦ blue 80

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

Shades of Conifer #A5E850

Tints of Conifer #A5E850

RGB

 RED value IS 165 (64.84% from 255) = 34.59%

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

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

R = 34.59%
G = 48.64%
B = 16.77%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#A5E850 (or 0xA5E850) is known color: Conifer. HEX triplet: A5, E8 and 50. RGB value is (165,232,80). Sum of RGB (Red+Green+Blue) = 165+232+80=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 232 (91.02% from 255 or 48.64% from 477); Blue value is 80 (31.64% from 255 or 16.77% from 477); Max value from RGB is 232 - color contains mainly: green. Hex color #A5E850 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5E850 is #5A17AF. Grayscale: #C3C3C3. Windows color (decimal): -5904304 or 5302437. OLE color: 5302437.

HSL color Cylindrical-coordinate representation of color #A5E850: hue angle of 86.45º 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 #A5E850 is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 165 232 80 -
CMYK 0.29 0 0.66 0.09
HSL 86.45º 0.77% 0.61% -
HSV(B) 86.45º 0.66% 0.91% -
XYZ 45.82 66.29 17.97 -
YUV 194.64 63.3 106.86 -
System Red Green Blue C M Y K H S L
Decimal 165 232 80 0.29 0 0.66 0.09 86.45 0.77 0.61
Hex A5 E8 50 1D 0 42 9 56 4D 3D
Octal 245 350 120 35 0 102 11 126 115 75
Binary 10100101 11101000 1010000 11101 0 1000010 1001 1010110 1001101 111101

Color Harmonies of #A5E850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E850

Black with #A5E850

Text Example


Text Example

White with #A5E850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E850; }

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

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

background-color css

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

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

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

border-color css

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

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

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