Html Css Color HEX #A3D334 Atlantis

📋 copy color: '#A3D334'

red 163 ◦ green 211 ◦ blue 52

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

Shades of Atlantis #A3D334

Tints of Atlantis #A3D334

RGB

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

 GREEN value IS 211 (82.81% from 255) = 49.53%

 BLUE value IS 52 (20.7% from 255) = 12.21%

R = 38.26%
G = 49.53%
B = 12.21%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#A3D334 (or 0xA3D334) is known color: Atlantis. HEX triplet: A3, D3 and 34. RGB value is (163,211,52). Sum of RGB (Red+Green+Blue) = 163+211+52=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 211 (82.81% from 255 or 49.53% from 426); Blue value is 52 (20.70% from 255 or 12.21% from 426); Max value from RGB is 211 - color contains mainly: green. Hex color #A3D334 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3D334 is #5C2CCB. Grayscale: #B3B3B3. Windows color (decimal): -6040780 or 3462051. OLE color: 3462051.

HSL color Cylindrical-coordinate representation of color #A3D334: hue angle of 78.11º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A3D334 is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB 163 211 52 -
CMYK 0.23 0 0.75 0.17
HSL 78.11º 0.64% 0.52% -
HSV(B) 78.11º 0.75% 0.83% -
XYZ 39.02 54.62 11.74 -
YUV 178.52 56.6 116.93 -
System Red Green Blue C M Y K H S L
Decimal 163 211 52 0.23 0 0.75 0.17 78.11 0.64 0.52
Hex A3 D3 34 17 0 4B 11 4E 40 34
Octal 243 323 64 27 0 113 21 116 100 64
Binary 10100011 11010011 110100 10111 0 1001011 10001 1001110 1000000 110100

Color Harmonies of #A3D334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3D334

Black with #A3D334

Text Example


Text Example

White with #A3D334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3D334; }

 p { color: rgb(163,211,52); }

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

background-color css

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

 a { background-color: rgb(163,211,52); }

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

border-color css

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

 span { border-color: rgb(163,211,52); }

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