Html Css Color HEX #A5E95E Conifer

📋 copy color: '#A5E95E'

red 165 ◦ green 233 ◦ blue 94

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

Shades of Conifer #A5E95E

Tints of Conifer #A5E95E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 19.11%

R = 33.54%
G = 47.36%
B = 19.11%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#A5E95E (or 0xA5E95E) is known color: Conifer. HEX triplet: A5, E9 and 5E. RGB value is (165,233,94). Sum of RGB (Red+Green+Blue) = 165+233+94=492 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.54% from 492); Green value is 233 (91.41% from 255 or 47.36% from 492); Blue value is 94 (37.11% from 255 or 19.11% from 492); Max value from RGB is 233 - color contains mainly: green. Hex color #A5E95E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5E95E is #5A16A1. Grayscale: #C5C5C5. Windows color (decimal): -5904034 or 6220197. OLE color: 6220197.

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

Color convert

RGB 165 233 94 -
CMYK 0.29 0 0.60 0.09
HSL 89.35º 0.76% 0.64% -
HSV(B) 89.35º 0.6% 0.91% -
XYZ 46.68 67.09 21.08 -
YUV 196.82 69.97 105.3 -
System Red Green Blue C M Y K H S L
Decimal 165 233 94 0.29 0 0.60 0.09 89.35 0.76 0.64
Hex A5 E9 5E 1D 0 3C 9 59 4C 40
Octal 245 351 136 35 0 74 11 131 114 100
Binary 10100101 11101001 1011110 11101 0 111100 1001 1011001 1001100 1000000

Color Harmonies of #A5E95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E95E

Black with #A5E95E

Text Example


Text Example

White with #A5E95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E95E; }

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

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

background-color css

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

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

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

border-color css

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

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

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