Html Css Color HEX #ADDF34 Atlantis

📋 copy color: '#ADDF34'

red 173 ◦ green 223 ◦ blue 52

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

Shades of Atlantis #ADDF34

Tints of Atlantis #ADDF34

RGB

 RED value IS 173 (67.97% from 255) = 38.62%

 GREEN value IS 223 (87.5% from 255) = 49.78%

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

R = 38.62%
G = 49.78%
B = 11.61%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#ADDF34 (or 0xADDF34) is known color: Atlantis. HEX triplet: AD, DF and 34. RGB value is (173,223,52). Sum of RGB (Red+Green+Blue) = 173+223+52=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 223 (87.5% from 255 or 49.78% from 448); Blue value is 52 (20.70% from 255 or 11.61% from 448); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDF34 is #5220CB. Grayscale: #BDBDBD. Windows color (decimal): -5382348 or 3465133. OLE color: 3465133.

HSL color Cylindrical-coordinate representation of color #ADDF34: hue angle of 77.54º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ADDF34 is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 223 52 -
CMYK 0.22 0 0.77 0.13
HSL 77.54º 0.73% 0.54% -
HSV(B) 77.54º 0.77% 0.87% -
XYZ 44.24 61.91 12.87 -
YUV 188.56 50.94 116.9 -
System Red Green Blue C M Y K H S L
Decimal 173 223 52 0.22 0 0.77 0.13 77.54 0.73 0.54
Hex AD DF 34 16 0 4D D 4E 49 36
Octal 255 337 64 26 0 115 15 116 111 66
Binary 10101101 11011111 110100 10110 0 1001101 1101 1001110 1001001 110110

Color Harmonies of #ADDF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDF34

Black with #ADDF34

Text Example


Text Example

White with #ADDF34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDF34; }

 p { color: rgb(173,223,52); }

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

background-color css

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

 a { background-color: rgb(173,223,52); }

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

border-color css

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

 span { border-color: rgb(173,223,52); }

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