Html Css Color HEX #A3DB52 Conifer

📋 copy color: '#A3DB52'

red 163 ◦ green 219 ◦ blue 82

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

Shades of Conifer #A3DB52

Tints of Conifer #A3DB52

RGB

 RED value IS 163 (64.06% from 255) = 35.13%

 GREEN value IS 219 (85.94% from 255) = 47.2%

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

R = 35.13%
G = 47.2%
B = 17.67%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#A3DB52 (or 0xA3DB52) is known color: Conifer. HEX triplet: A3, DB and 52. RGB value is (163,219,82). Sum of RGB (Red+Green+Blue) = 163+219+82=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 219 (85.94% from 255 or 47.20% from 464); Blue value is 82 (32.42% from 255 or 17.67% from 464); Max value from RGB is 219 - color contains mainly: green. Hex color #A3DB52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DB52 is #5C24AD. Grayscale: #BBBBBB. Windows color (decimal): -6038702 or 5430179. OLE color: 5430179.

HSL color Cylindrical-coordinate representation of color #A3DB52: hue angle of 84.53º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A3DB52 is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 219 82 -
CMYK 0.26 0 0.63 0.14
HSL 84.53º 0.66% 0.59% -
HSV(B) 84.53º 0.63% 0.86% -
XYZ 41.96 59.06 17.17 -
YUV 186.64 68.95 111.14 -
System Red Green Blue C M Y K H S L
Decimal 163 219 82 0.26 0 0.63 0.14 84.53 0.66 0.59
Hex A3 DB 52 1A 0 3F E 55 42 3B
Octal 243 333 122 32 0 77 16 125 102 73
Binary 10100011 11011011 1010010 11010 0 111111 1110 1010101 1000010 111011

Color Harmonies of #A3DB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DB52

Black with #A3DB52

Text Example


Text Example

White with #A3DB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DB52; }

 p { color: rgb(163,219,82); }

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

background-color css

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

 a { background-color: rgb(163,219,82); }

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

border-color css

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

 span { border-color: rgb(163,219,82); }

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