Html Css Color HEX #A5E961 Conifer

📋 copy color: '#A5E961'

red 165 ◦ green 233 ◦ blue 97

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

Shades of Conifer #A5E961

Tints of Conifer #A5E961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 19.6%

R = 33.33%
G = 47.07%
B = 19.6%

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

#A5E961 (or 0xA5E961) is known color: Conifer. HEX triplet: A5, E9 and 61. RGB value is (165,233,97). Sum of RGB (Red+Green+Blue) = 165+233+97=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 233 (91.41% from 255 or 47.07% from 495); Blue value is 97 (38.28% from 255 or 19.60% from 495); Max value from RGB is 233 - color contains mainly: green. Hex color #A5E961 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5E961 is #5A169E. Grayscale: #C5C5C5. Windows color (decimal): -5904031 or 6416805. OLE color: 6416805.

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

Color convert

RGB 165 233 97 -
CMYK 0.29 0 0.58 0.09
HSL 90º 0.76% 0.65% -
HSV(B) 90º 0.58% 0.91% -
XYZ 46.81 67.14 21.8 -
YUV 197.16 71.47 105.06 -
System Red Green Blue C M Y K H S L
Decimal 165 233 97 0.29 0 0.58 0.09 90 0.76 0.65
Hex A5 E9 61 1D 0 3A 9 5A 4C 41
Octal 245 351 141 35 0 72 11 132 114 101
Binary 10100101 11101001 1100001 11101 0 111010 1001 1011010 1001100 1000001

Color Harmonies of #A5E961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E961

Black with #A5E961

Text Example


Text Example

White with #A5E961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E961; }

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

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

background-color css

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

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

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

border-color css

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

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

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