Html Css Color HEX #A5E05D Conifer

📋 copy color: '#A5E05D'

red 165 ◦ green 224 ◦ blue 93

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

Shades of Conifer #A5E05D

Tints of Conifer #A5E05D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.29%

R = 34.23%
G = 46.47%
B = 19.29%

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

#A5E05D (or 0xA5E05D) is known color: Conifer. HEX triplet: A5, E0 and 5D. RGB value is (165,224,93). Sum of RGB (Red+Green+Blue) = 165+224+93=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 224 (87.89% from 255 or 46.47% from 482); Blue value is 93 (36.72% from 255 or 19.29% from 482); Max value from RGB is 224 - color contains mainly: green. Hex color #A5E05D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E05D is #5A1FA2. Grayscale: #BFBFBF. Windows color (decimal): -5906339 or 6152357. OLE color: 6152357.

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

Color convert

RGB 165 224 93 -
CMYK 0.26 0 0.58 0.12
HSL 87.02º 0.68% 0.62% -
HSV(B) 87.02º 0.58% 0.88% -
XYZ 44.15 62.1 20.02 -
YUV 191.43 72.45 109.15 -
System Red Green Blue C M Y K H S L
Decimal 165 224 93 0.26 0 0.58 0.12 87.02 0.68 0.62
Hex A5 E0 5D 1A 0 3A C 57 44 3E
Octal 245 340 135 32 0 72 14 127 104 76
Binary 10100101 11100000 1011101 11010 0 111010 1100 1010111 1000100 111110

Color Harmonies of #A5E05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E05D

Black with #A5E05D

Text Example


Text Example

White with #A5E05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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