Html Css Color HEX #A5E05C Conifer

📋 copy color: '#A5E05C'

red 165 ◦ green 224 ◦ blue 92

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

Shades of Conifer #A5E05C

Tints of Conifer #A5E05C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.13%

R = 34.3%
G = 46.57%
B = 19.13%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#A5E05C (or 0xA5E05C) is known color: Conifer. HEX triplet: A5, E0 and 5C. RGB value is (165,224,92). Sum of RGB (Red+Green+Blue) = 165+224+92=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 224 (87.89% from 255 or 46.57% from 481); Blue value is 92 (36.33% from 255 or 19.13% from 481); Max value from RGB is 224 - color contains mainly: green. Hex color #A5E05C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E05C is #5A1FA3. Grayscale: #BFBFBF. Windows color (decimal): -5906340 or 6086821. OLE color: 6086821.

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

Color convert

RGB 165 224 92 -
CMYK 0.26 0 0.59 0.12
HSL 86.82º 0.68% 0.62% -
HSV(B) 86.82º 0.59% 0.88% -
XYZ 44.1 62.08 19.78 -
YUV 191.31 71.95 109.23 -
System Red Green Blue C M Y K H S L
Decimal 165 224 92 0.26 0 0.59 0.12 86.82 0.68 0.62
Hex A5 E0 5C 1A 0 3B C 57 44 3E
Octal 245 340 134 32 0 73 14 127 104 76
Binary 10100101 11100000 1011100 11010 0 111011 1100 1010111 1000100 111110

Color Harmonies of #A5E05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E05C

Black with #A5E05C

Text Example


Text Example

White with #A5E05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E05C; }

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

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

background-color css

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

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

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

border-color css

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

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

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