Html Css Color HEX #A5E65F Conifer

📋 copy color: '#A5E65F'

red 165 ◦ green 230 ◦ blue 95

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

Shades of Conifer #A5E65F

Tints of Conifer #A5E65F

RGB

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

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

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

R = 33.67%
G = 46.94%
B = 19.39%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#A5E65F (or 0xA5E65F) is known color: Conifer. HEX triplet: A5, E6 and 5F. RGB value is (165,230,95). Sum of RGB (Red+Green+Blue) = 165+230+95=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 230 (90.23% from 255 or 46.94% from 490); Blue value is 95 (37.5% from 255 or 19.39% from 490); Max value from RGB is 230 - color contains mainly: green. Hex color #A5E65F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5E65F is #5A19A0. Grayscale: #C3C3C3. Windows color (decimal): -5904801 or 6284965. OLE color: 6284965.

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

Color convert

RGB 165 230 95 -
CMYK 0.28 0 0.59 0.10
HSL 88.89º 0.73% 0.64% -
HSV(B) 88.89º 0.59% 0.9% -
XYZ 45.88 65.42 21.04 -
YUV 195.18 71.47 106.48 -
System Red Green Blue C M Y K H S L
Decimal 165 230 95 0.28 0 0.59 0.10 88.89 0.73 0.64
Hex A5 E6 5F 1C 0 3B A 59 49 40
Octal 245 346 137 34 0 73 12 131 111 100
Binary 10100101 11100110 1011111 11100 0 111011 1010 1011001 1001001 1000000

Color Harmonies of #A5E65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E65F

Black with #A5E65F

Text Example


Text Example

White with #A5E65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E65F; }

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

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

background-color css

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

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

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

border-color css

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

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

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