Html Css Color HEX #A5EC52 Conifer

📋 copy color: '#A5EC52'

red 165 ◦ green 236 ◦ blue 82

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

Shades of Conifer #A5EC52

Tints of Conifer #A5EC52

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.86%

 BLUE value IS 82 (32.42% from 255) = 16.98%

R = 34.16%
G = 48.86%
B = 16.98%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#A5EC52 (or 0xA5EC52) is known color: Conifer. HEX triplet: A5, EC and 52. RGB value is (165,236,82). Sum of RGB (Red+Green+Blue) = 165+236+82=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 236 (92.58% from 255 or 48.86% from 483); Blue value is 82 (32.42% from 255 or 16.98% from 483); Max value from RGB is 236 - color contains mainly: green. Hex color #A5EC52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5EC52 is #5A13AD. Grayscale: #C5C5C5. Windows color (decimal): -5903278 or 5434533. OLE color: 5434533.

HSL color Cylindrical-coordinate representation of color #A5EC52: hue angle of 87.66º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A5EC52 is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 236 82 -
CMYK 0.30 0 0.65 0.07
HSL 87.66º 0.8% 0.62% -
HSV(B) 87.66º 0.65% 0.93% -
XYZ 47.04 68.6 18.74 -
YUV 197.22 62.98 105.02 -
System Red Green Blue C M Y K H S L
Decimal 165 236 82 0.30 0 0.65 0.07 87.66 0.8 0.62
Hex A5 EC 52 1E 0 41 7 58 50 3E
Octal 245 354 122 36 0 101 7 130 120 76
Binary 10100101 11101100 1010010 11110 0 1000001 111 1011000 1010000 111110

Color Harmonies of #A5EC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EC52

Black with #A5EC52

Text Example


Text Example

White with #A5EC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EC52; }

 p { color: rgb(165,236,82); }

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

background-color css

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

 a { background-color: rgb(165,236,82); }

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

border-color css

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

 span { border-color: rgb(165,236,82); }

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