Html Css Color HEX #A5E35D Conifer

📋 copy color: '#A5E35D'

red 165 ◦ green 227 ◦ blue 93

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

Shades of Conifer #A5E35D

Tints of Conifer #A5E35D

RGB

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

 GREEN value IS 227 (89.06% from 255) = 46.8%

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

R = 34.02%
G = 46.8%
B = 19.18%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#A5E35D (or 0xA5E35D) is known color: Conifer. HEX triplet: A5, E3 and 5D. RGB value is (165,227,93). Sum of RGB (Red+Green+Blue) = 165+227+93=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 227 (89.06% from 255 or 46.80% from 485); Blue value is 93 (36.72% from 255 or 19.18% from 485); Max value from RGB is 227 - color contains mainly: green. Hex color #A5E35D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E35D is #5A1CA2. Grayscale: #C1C1C1. Windows color (decimal): -5905571 or 6153125. OLE color: 6153125.

HSL color Cylindrical-coordinate representation of color #A5E35D: hue angle of 87.76º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A5E35D is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 165 227 93 -
CMYK 0.27 0 0.59 0.11
HSL 87.76º 0.71% 0.63% -
HSV(B) 87.76º 0.59% 0.89% -
XYZ 44.96 63.73 20.29 -
YUV 193.19 71.46 107.9 -
System Red Green Blue C M Y K H S L
Decimal 165 227 93 0.27 0 0.59 0.11 87.76 0.71 0.63
Hex A5 E3 5D 1B 0 3B B 58 47 3F
Octal 245 343 135 33 0 73 13 130 107 77
Binary 10100101 11100011 1011101 11011 0 111011 1011 1011000 1000111 111111

Color Harmonies of #A5E35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E35D

Black with #A5E35D

Text Example


Text Example

White with #A5E35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E35D; }

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

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

background-color css

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

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

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

border-color css

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

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

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