Html Css Color HEX #A5EA52 Conifer

📋 copy color: '#A5EA52'

red 165 ◦ green 234 ◦ blue 82

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

Shades of Conifer #A5EA52

Tints of Conifer #A5EA52

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.65%

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

R = 34.3%
G = 48.65%
B = 17.05%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#A5EA52 (or 0xA5EA52) is known color: Conifer. HEX triplet: A5, EA and 52. RGB value is (165,234,82). Sum of RGB (Red+Green+Blue) = 165+234+82=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 234 (91.80% from 255 or 48.65% from 481); Blue value is 82 (32.42% from 255 or 17.05% from 481); Max value from RGB is 234 - color contains mainly: green. Hex color #A5EA52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5EA52 is #5A15AD. Grayscale: #C4C4C4. Windows color (decimal): -5903790 or 5434021. OLE color: 5434021.

HSL color Cylindrical-coordinate representation of color #A5EA52: hue angle of 87.24º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A5EA52 is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 234 82 -
CMYK 0.29 0 0.65 0.08
HSL 87.24º 0.78% 0.62% -
HSV(B) 87.24º 0.65% 0.92% -
XYZ 46.46 67.45 18.55 -
YUV 196.04 63.64 105.86 -
System Red Green Blue C M Y K H S L
Decimal 165 234 82 0.29 0 0.65 0.08 87.24 0.78 0.62
Hex A5 EA 52 1D 0 41 8 57 4E 3E
Octal 245 352 122 35 0 101 10 127 116 76
Binary 10100101 11101010 1010010 11101 0 1000001 1000 1010111 1001110 111110

Color Harmonies of #A5EA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EA52

Black with #A5EA52

Text Example


Text Example

White with #A5EA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EA52; }

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

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

background-color css

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

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

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

border-color css

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

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

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