Html Css Color HEX #9AD84B Atlantis

📋 copy color: '#9AD84B'

red 154 ◦ green 216 ◦ blue 75

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

Shades of Atlantis #9AD84B

Tints of Atlantis #9AD84B

RGB

 RED value IS 154 (60.55% from 255) = 34.61%

 GREEN value IS 216 (84.77% from 255) = 48.54%

 BLUE value IS 75 (29.69% from 255) = 16.85%

R = 34.61%
G = 48.54%
B = 16.85%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#9AD84B (or 0x9AD84B) is known color: Atlantis. HEX triplet: 9A, D8 and 4B. RGB value is (154,216,75). Sum of RGB (Red+Green+Blue) = 154+216+75=445 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.61% from 445); Green value is 216 (84.77% from 255 or 48.54% from 445); Blue value is 75 (29.69% from 255 or 16.85% from 445); Max value from RGB is 216 - color contains mainly: green. Hex color #9AD84B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AD84B is #6527B4. Grayscale: #B5B5B5. Windows color (decimal): -6629301 or 4970650. OLE color: 4970650.

HSL color Cylindrical-coordinate representation of color #9AD84B: hue angle of 86.38º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9AD84B is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 154 216 75 -
CMYK 0.29 0 0.65 0.15
HSL 86.38º 0.64% 0.57% -
HSV(B) 86.38º 0.65% 0.85% -
XYZ 39.15 56.49 15.5 -
YUV 181.39 67.96 108.46 -
System Red Green Blue C M Y K H S L
Decimal 154 216 75 0.29 0 0.65 0.15 86.38 0.64 0.57
Hex 9A D8 4B 1D 0 41 F 56 40 39
Octal 232 330 113 35 0 101 17 126 100 71
Binary 10011010 11011000 1001011 11101 0 1000001 1111 1010110 1000000 111001

Color Harmonies of #9AD84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD84B

Black with #9AD84B

Text Example


Text Example

White with #9AD84B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AD84B; }

 p { color: rgb(154,216,75); }

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

background-color css

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

 a { background-color: rgb(154,216,75); }

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

border-color css

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

 span { border-color: rgb(154,216,75); }

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