Html Css Color HEX #A5E05F Conifer

📋 copy color: '#A5E05F'

red 165 ◦ green 224 ◦ blue 95

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

Shades of Conifer #A5E05F

Tints of Conifer #A5E05F

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.28%

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

R = 34.09%
G = 46.28%
B = 19.63%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#A5E05F (or 0xA5E05F) is known color: Conifer. HEX triplet: A5, E0 and 5F. RGB value is (165,224,95). Sum of RGB (Red+Green+Blue) = 165+224+95=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 224 (87.89% from 255 or 46.28% from 484); Blue value is 95 (37.5% from 255 or 19.63% from 484); Max value from RGB is 224 - color contains mainly: green. Hex color #A5E05F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E05F is #5A1FA0. Grayscale: #C0C0C0. Windows color (decimal): -5906337 or 6283429. OLE color: 6283429.

HSL color Cylindrical-coordinate representation of color #A5E05F: hue angle of 87.44º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A5E05F is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 224 95 -
CMYK 0.26 0 0.58 0.12
HSL 87.44º 0.68% 0.63% -
HSV(B) 87.44º 0.58% 0.88% -
XYZ 44.24 62.14 20.49 -
YUV 191.65 73.45 108.99 -
System Red Green Blue C M Y K H S L
Decimal 165 224 95 0.26 0 0.58 0.12 87.44 0.68 0.63
Hex A5 E0 5F 1A 0 3A C 57 44 3F
Octal 245 340 137 32 0 72 14 127 104 77
Binary 10100101 11100000 1011111 11010 0 111010 1100 1010111 1000100 111111

Color Harmonies of #A5E05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E05F

Black with #A5E05F

Text Example


Text Example

White with #A5E05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E05F; }

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

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

background-color css

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

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

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

border-color css

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

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

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