#9adf35

Color #9ADF35 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #9ADF35

Tints of Atlantis #9ADF35

Color information

#9ADF35 (or 0x9ADF35) is unknown color: approx Atlantis. HEX triplet: 9A, DF and 35. RGB value is (154,223,53). Sum of RGB (Red+Green+Blue) = 154+223+53=430 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.81% from 430); Green value is 223 (87.5% from 255 or 51.86% from 430); Blue value is 53 (21.09% from 255 or 12.33% from 430); Max value from RGB is 223 - color contains mainly: green. Hex color #9ADF35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ADF35 is #6520CA. Grayscale: #B7B7B7. Windows color (decimal): -6627531 or 3530650. OLE color: 3530650.

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

Color convert

RGB15422353-
CMYK0.3100.760.13
HSL84.35º72.65%54.12%-
HSV(B)84.35º76.23%87.45%-
XYZ40.3659.912.8-
YUV182.9954.64107.32-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.81%
GREEN value IS 223 (87.5% from 255) = 51.86%
BLUE value IS 53 (21.09% from 255) = 12.33%
R=35.81%
G=51.86%
B=12.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal154223530.3100.760.1384.3572.6554.12
Hex9ADF351F04CD544936
Octal232337653701141512411166
Binary10011010110111111101011111101001100110110101001001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9adf35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9adf35;
 }
 .AnyTagClassName
 {
   color: #9adf35;
 }
</style>
background-color css

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

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

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

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

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

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