Html Css Color HEX #A5E963 Conifer

📋 copy color: '#A5E963'

red 165 ◦ green 233 ◦ blue 99

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

Shades of Conifer #A5E963

Tints of Conifer #A5E963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.92%

R = 33.2%
G = 46.88%
B = 19.92%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#A5E963 (or 0xA5E963) is known color: Conifer. HEX triplet: A5, E9 and 63. RGB value is (165,233,99). Sum of RGB (Red+Green+Blue) = 165+233+99=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 233 (91.41% from 255 or 46.88% from 497); Blue value is 99 (39.06% from 255 or 19.92% from 497); Max value from RGB is 233 - color contains mainly: green. Hex color #A5E963 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5E963 is #5A169C. Grayscale: #C5C5C5. Windows color (decimal): -5904029 or 6547877. OLE color: 6547877.

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

Color convert

RGB 165 233 99 -
CMYK 0.29 0 0.58 0.09
HSL 90.45º 0.75% 0.65% -
HSV(B) 90.45º 0.58% 0.91% -
XYZ 46.91 67.18 22.3 -
YUV 197.39 72.47 104.9 -
System Red Green Blue C M Y K H S L
Decimal 165 233 99 0.29 0 0.58 0.09 90.45 0.75 0.65
Hex A5 E9 63 1D 0 3A 9 5A 4B 41
Octal 245 351 143 35 0 72 11 132 113 101
Binary 10100101 11101001 1100011 11101 0 111010 1001 1011010 1001011 1000001

Color Harmonies of #A5E963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E963

Black with #A5E963

Text Example


Text Example

White with #A5E963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E963; }

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

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

background-color css

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

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

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

border-color css

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

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

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