Html Css Color HEX #A5E848 Conifer

📋 copy color: '#A5E848'

red 165 ◦ green 232 ◦ blue 72

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

Shades of Conifer #A5E848

Tints of Conifer #A5E848

RGB

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

 GREEN value IS 232 (91.02% from 255) = 49.47%

 BLUE value IS 72 (28.52% from 255) = 15.35%

R = 35.18%
G = 49.47%
B = 15.35%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#A5E848 (or 0xA5E848) is known color: Conifer. HEX triplet: A5, E8 and 48. RGB value is (165,232,72). Sum of RGB (Red+Green+Blue) = 165+232+72=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 232 (91.02% from 255 or 49.47% from 469); Blue value is 72 (28.52% from 255 or 15.35% from 469); Max value from RGB is 232 - color contains mainly: green. Hex color #A5E848 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5E848 is #5A17B7. Grayscale: #C2C2C2. Windows color (decimal): -5904312 or 4778149. OLE color: 4778149.

HSL color Cylindrical-coordinate representation of color #A5E848: hue angle of 85.12º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A5E848 is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.

Color convert

RGB 165 232 72 -
CMYK 0.29 0 0.69 0.09
HSL 85.13º 0.78% 0.6% -
HSV(B) 85.13º 0.69% 0.91% -
XYZ 45.54 66.18 16.5 -
YUV 193.73 59.3 107.51 -
System Red Green Blue C M Y K H S L
Decimal 165 232 72 0.29 0 0.69 0.09 85.13 0.78 0.6
Hex A5 E8 48 1D 0 45 9 55 4E 3C
Octal 245 350 110 35 0 105 11 125 116 74
Binary 10100101 11101000 1001000 11101 0 1000101 1001 1010101 1001110 111100

Color Harmonies of #A5E848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E848

Black with #A5E848

Text Example


Text Example

White with #A5E848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E848; }

 p { color: rgb(165,232,72); }

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

background-color css

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

 a { background-color: rgb(165,232,72); }

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

border-color css

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

 span { border-color: rgb(165,232,72); }

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