Html Css Color HEX #A5E95F Conifer

📋 copy color: '#A5E95F'

red 165 ◦ green 233 ◦ blue 95

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

Shades of Conifer #A5E95F

Tints of Conifer #A5E95F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.27%

R = 33.47%
G = 47.26%
B = 19.27%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#A5E95F (or 0xA5E95F) is known color: Conifer. HEX triplet: A5, E9 and 5F. RGB value is (165,233,95). Sum of RGB (Red+Green+Blue) = 165+233+95=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 233 (91.41% from 255 or 47.26% from 493); Blue value is 95 (37.5% from 255 or 19.27% from 493); Max value from RGB is 233 - color contains mainly: green. Hex color #A5E95F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5E95F is #5A16A0. Grayscale: #C5C5C5. Windows color (decimal): -5904033 or 6285733. OLE color: 6285733.

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

Color convert

RGB 165 233 95 -
CMYK 0.29 0 0.59 0.09
HSL 89.57º 0.76% 0.64% -
HSV(B) 89.57º 0.59% 0.91% -
XYZ 46.72 67.1 21.32 -
YUV 196.94 70.47 105.22 -
System Red Green Blue C M Y K H S L
Decimal 165 233 95 0.29 0 0.59 0.09 89.57 0.76 0.64
Hex A5 E9 5F 1D 0 3B 9 5A 4C 40
Octal 245 351 137 35 0 73 11 132 114 100
Binary 10100101 11101001 1011111 11101 0 111011 1001 1011010 1001100 1000000

Color Harmonies of #A5E95F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E95F

Black with #A5E95F

Text Example


Text Example

White with #A5E95F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E95F; }

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

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

background-color css

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

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

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

border-color css

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

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

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