Html Css Color HEX #9ADF41 Atlantis

📋 copy color: '#9ADF41'

red 154 ◦ green 223 ◦ blue 65

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

Shades of Atlantis #9ADF41

Tints of Atlantis #9ADF41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.71%

R = 34.84%
G = 50.45%
B = 14.71%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#9ADF41 (or 0x9ADF41) is known color: Atlantis. HEX triplet: 9A, DF and 41. RGB value is (154,223,65). Sum of RGB (Red+Green+Blue) = 154+223+65=442 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.84% from 442); Green value is 223 (87.5% from 255 or 50.45% from 442); Blue value is 65 (25.78% from 255 or 14.71% from 442); Max value from RGB is 223 - color contains mainly: green. Hex color #9ADF41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ADF41 is #6520BE. Grayscale: #B8B8B8. Windows color (decimal): -6627519 or 4317082. OLE color: 4317082.

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

Color convert

RGB 154 223 65 -
CMYK 0.31 0 0.71 0.13
HSL 86.2º 0.71% 0.56% -
HSV(B) 86.2º 0.71% 0.87% -
XYZ 40.67 60.03 14.44 -
YUV 184.36 60.64 106.35 -
System Red Green Blue C M Y K H S L
Decimal 154 223 65 0.31 0 0.71 0.13 86.2 0.71 0.56
Hex 9A DF 41 1F 0 47 D 56 47 38
Octal 232 337 101 37 0 107 15 126 107 70
Binary 10011010 11011111 1000001 11111 0 1000111 1101 1010110 1000111 111000

Color Harmonies of #9ADF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADF41

Black with #9ADF41

Text Example


Text Example

White with #9ADF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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