Html Css Color HEX #A5EA47 Conifer

📋 copy color: '#A5EA47'

red 165 ◦ green 234 ◦ blue 71

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

Shades of Conifer #A5EA47

Tints of Conifer #A5EA47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.11%

R = 35.11%
G = 49.79%
B = 15.11%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#A5EA47 (or 0xA5EA47) is known color: Conifer. HEX triplet: A5, EA and 47. RGB value is (165,234,71). Sum of RGB (Red+Green+Blue) = 165+234+71=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 234 (91.80% from 255 or 49.79% from 470); Blue value is 71 (28.12% from 255 or 15.11% from 470); Max value from RGB is 234 - color contains mainly: green. Hex color #A5EA47 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5EA47 is #5A15B8. Grayscale: #C3C3C3. Windows color (decimal): -5903801 or 4713125. OLE color: 4713125.

HSL color Cylindrical-coordinate representation of color #A5EA47: hue angle of 85.4º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A5EA47 is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 234 71 -
CMYK 0.29 0 0.70 0.08
HSL 85.4º 0.8% 0.6% -
HSV(B) 85.4º 0.7% 0.92% -
XYZ 46.08 67.3 16.52 -
YUV 194.79 58.14 106.75 -
System Red Green Blue C M Y K H S L
Decimal 165 234 71 0.29 0 0.70 0.08 85.4 0.8 0.6
Hex A5 EA 47 1D 0 46 8 55 50 3C
Octal 245 352 107 35 0 106 10 125 120 74
Binary 10100101 11101010 1000111 11101 0 1000110 1000 1010101 1010000 111100

Color Harmonies of #A5EA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EA47

Black with #A5EA47

Text Example


Text Example

White with #A5EA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EA47; }

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

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

background-color css

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

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

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

border-color css

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

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

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