Html Css Color HEX #A5E65D Conifer

📋 copy color: '#A5E65D'

red 165 ◦ green 230 ◦ blue 93

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

Shades of Conifer #A5E65D

Tints of Conifer #A5E65D

RGB

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

 GREEN value IS 230 (90.23% from 255) = 47.13%

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

R = 33.81%
G = 47.13%
B = 19.06%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#A5E65D (or 0xA5E65D) is known color: Conifer. HEX triplet: A5, E6 and 5D. RGB value is (165,230,93). Sum of RGB (Red+Green+Blue) = 165+230+93=488 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.81% from 488); Green value is 230 (90.23% from 255 or 47.13% from 488); Blue value is 93 (36.72% from 255 or 19.06% from 488); Max value from RGB is 230 - color contains mainly: green. Hex color #A5E65D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5E65D is #5A19A2. Grayscale: #C3C3C3. Windows color (decimal): -5904803 or 6153893. OLE color: 6153893.

HSL color Cylindrical-coordinate representation of color #A5E65D: hue angle of 88.47º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A5E65D is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB 165 230 93 -
CMYK 0.28 0 0.60 0.10
HSL 88.47º 0.73% 0.63% -
HSV(B) 88.47º 0.6% 0.9% -
XYZ 45.79 65.38 20.56 -
YUV 194.95 70.47 106.64 -
System Red Green Blue C M Y K H S L
Decimal 165 230 93 0.28 0 0.60 0.10 88.47 0.73 0.63
Hex A5 E6 5D 1C 0 3C A 58 49 3F
Octal 245 346 135 34 0 74 12 130 111 77
Binary 10100101 11100110 1011101 11100 0 111100 1010 1011000 1001001 111111

Color Harmonies of #A5E65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E65D

Black with #A5E65D

Text Example


Text Example

White with #A5E65D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E65D; }

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

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

background-color css

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

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

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

border-color css

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

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

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