Html Css Color HEX #A5E955 Conifer

📋 copy color: '#A5E955'

red 165 ◦ green 233 ◦ blue 85

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

Shades of Conifer #A5E955

Tints of Conifer #A5E955

RGB

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

 GREEN value IS 233 (91.41% from 255) = 48.24%

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

R = 34.16%
G = 48.24%
B = 17.6%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.64

 K value IS 0.09

RGB Variations

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

Color information

#A5E955 (or 0xA5E955) is known color: Conifer. HEX triplet: A5, E9 and 55. RGB value is (165,233,85). Sum of RGB (Red+Green+Blue) = 165+233+85=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 233 (91.41% from 255 or 48.24% from 483); Blue value is 85 (33.59% from 255 or 17.60% from 483); Max value from RGB is 233 - color contains mainly: green. Hex color #A5E955 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5E955 is #5A16AA. Grayscale: #C4C4C4. Windows color (decimal): -5904043 or 5630373. OLE color: 5630373.

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

Color convert

RGB 165 233 85 -
CMYK 0.29 0 0.64 0.09
HSL 87.57º 0.77% 0.62% -
HSV(B) 87.57º 0.64% 0.91% -
XYZ 46.3 66.93 19.07 -
YUV 195.8 65.47 106.03 -
System Red Green Blue C M Y K H S L
Decimal 165 233 85 0.29 0 0.64 0.09 87.57 0.77 0.62
Hex A5 E9 55 1D 0 40 9 58 4D 3E
Octal 245 351 125 35 0 100 11 130 115 76
Binary 10100101 11101001 1010101 11101 0 1000000 1001 1011000 1001101 111110

Color Harmonies of #A5E955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E955

Black with #A5E955

Text Example


Text Example

White with #A5E955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E955; }

 p { color: rgb(165,233,85); }

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

background-color css

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

 a { background-color: rgb(165,233,85); }

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

border-color css

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

 span { border-color: rgb(165,233,85); }

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