Html Css Color HEX #A5E25F Conifer

📋 copy color: '#A5E25F'

red 165 ◦ green 226 ◦ blue 95

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

Shades of Conifer #A5E25F

Tints of Conifer #A5E25F

RGB

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

 GREEN value IS 226 (88.67% from 255) = 46.5%

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

R = 33.95%
G = 46.5%
B = 19.55%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#A5E25F (or 0xA5E25F) is known color: Conifer. HEX triplet: A5, E2 and 5F. RGB value is (165,226,95). Sum of RGB (Red+Green+Blue) = 165+226+95=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 226 (88.67% from 255 or 46.50% from 486); Blue value is 95 (37.5% from 255 or 19.55% from 486); Max value from RGB is 226 - color contains mainly: green. Hex color #A5E25F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E25F is #5A1DA0. Grayscale: #C1C1C1. Windows color (decimal): -5905825 or 6283941. OLE color: 6283941.

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

Color convert

RGB 165 226 95 -
CMYK 0.27 0 0.58 0.11
HSL 87.94º 0.69% 0.63% -
HSV(B) 87.94º 0.58% 0.89% -
XYZ 44.78 63.22 20.67 -
YUV 192.83 72.79 108.15 -
System Red Green Blue C M Y K H S L
Decimal 165 226 95 0.27 0 0.58 0.11 87.94 0.69 0.63
Hex A5 E2 5F 1B 0 3A B 58 45 3F
Octal 245 342 137 33 0 72 13 130 105 77
Binary 10100101 11100010 1011111 11011 0 111010 1011 1011000 1000101 111111

Color Harmonies of #A5E25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E25F

Black with #A5E25F

Text Example


Text Example

White with #A5E25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E25F; }

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

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

background-color css

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

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

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

border-color css

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

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

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