Html Css Color HEX #ADDB30 Atlantis

📋 copy color: '#ADDB30'

red 173 ◦ green 219 ◦ blue 48

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

Shades of Atlantis #ADDB30

Tints of Atlantis #ADDB30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.91%

R = 39.32%
G = 49.77%
B = 10.91%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#ADDB30 (or 0xADDB30) is known color: Atlantis. HEX triplet: AD, DB and 30. RGB value is (173,219,48). Sum of RGB (Red+Green+Blue) = 173+219+48=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 219 (85.94% from 255 or 49.77% from 440); Blue value is 48 (19.14% from 255 or 10.91% from 440); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDB30 is #5224CF. Grayscale: #BABABA. Windows color (decimal): -5383376 or 3201965. OLE color: 3201965.

HSL color Cylindrical-coordinate representation of color #ADDB30: hue angle of 76.14º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ADDB30 is Cyan = 0.21, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 219 48 -
CMYK 0.21 0 0.78 0.14
HSL 76.14º 0.7% 0.52% -
HSV(B) 76.14º 0.78% 0.86% -
XYZ 43.1 59.76 12.06 -
YUV 185.75 50.26 118.9 -
System Red Green Blue C M Y K H S L
Decimal 173 219 48 0.21 0 0.78 0.14 76.14 0.7 0.52
Hex AD DB 30 15 0 4E E 4C 46 34
Octal 255 333 60 25 0 116 16 114 106 64
Binary 10101101 11011011 110000 10101 0 1001110 1110 1001100 1000110 110100

Color Harmonies of #ADDB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDB30

Black with #ADDB30

Text Example


Text Example

White with #ADDB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDB30; }

 p { color: rgb(173,219,48); }

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

background-color css

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

 a { background-color: rgb(173,219,48); }

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

border-color css

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

 span { border-color: rgb(173,219,48); }

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