Html Css Color HEX #9ADF3A Atlantis

📋 copy color: '#9ADF3A'

red 154 ◦ green 223 ◦ blue 58

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

Shades of Atlantis #9ADF3A

Tints of Atlantis #9ADF3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.33%

R = 35.4%
G = 51.26%
B = 13.33%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#9ADF3A (or 0x9ADF3A) is known color: Atlantis. HEX triplet: 9A, DF and 3A. RGB value is (154,223,58). Sum of RGB (Red+Green+Blue) = 154+223+58=435 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.40% from 435); Green value is 223 (87.5% from 255 or 51.26% from 435); Blue value is 58 (23.05% from 255 or 13.33% from 435); Max value from RGB is 223 - color contains mainly: green. Hex color #9ADF3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ADF3A is #6520C5. Grayscale: #B8B8B8. Windows color (decimal): -6627526 or 3858330. OLE color: 3858330.

HSL color Cylindrical-coordinate representation of color #9ADF3A: hue angle of 85.09º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9ADF3A is Cyan = 0.31, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 223 58 -
CMYK 0.31 0 0.74 0.13
HSL 85.09º 0.72% 0.55% -
HSV(B) 85.09º 0.74% 0.87% -
XYZ 40.48 59.95 13.44 -
YUV 183.56 57.14 106.92 -
System Red Green Blue C M Y K H S L
Decimal 154 223 58 0.31 0 0.74 0.13 85.09 0.72 0.55
Hex 9A DF 3A 1F 0 4A D 55 48 37
Octal 232 337 72 37 0 112 15 125 110 67
Binary 10011010 11011111 111010 11111 0 1001010 1101 1010101 1001000 110111

Color Harmonies of #9ADF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADF3A

Black with #9ADF3A

Text Example


Text Example

White with #9ADF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,223,58); }

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

background-color css

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

 a { background-color: rgb(154,223,58); }

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

border-color css

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

 span { border-color: rgb(154,223,58); }

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