Html Css Color HEX #9AD642 Atlantis

📋 copy color: '#9AD642'

red 154 ◦ green 214 ◦ blue 66

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

Shades of Atlantis #9AD642

Tints of Atlantis #9AD642

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.31%

 BLUE value IS 66 (26.17% from 255) = 15.21%

R = 35.48%
G = 49.31%
B = 15.21%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#9AD642 (or 0x9AD642) is known color: Atlantis. HEX triplet: 9A, D6 and 42. RGB value is (154,214,66). Sum of RGB (Red+Green+Blue) = 154+214+66=434 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.48% from 434); Green value is 214 (83.98% from 255 or 49.31% from 434); Blue value is 66 (26.17% from 255 or 15.21% from 434); Max value from RGB is 214 - color contains mainly: green. Hex color #9AD642 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AD642 is #6529BD. Grayscale: #B3B3B3. Windows color (decimal): -6629822 or 4380314. OLE color: 4380314.

HSL color Cylindrical-coordinate representation of color #9AD642: hue angle of 84.32º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9AD642 is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 154 214 66 -
CMYK 0.28 0 0.69 0.16
HSL 84.32º 0.64% 0.55% -
HSV(B) 84.32º 0.69% 0.84% -
XYZ 38.36 55.36 13.82 -
YUV 179.19 64.12 110.03 -
System Red Green Blue C M Y K H S L
Decimal 154 214 66 0.28 0 0.69 0.16 84.32 0.64 0.55
Hex 9A D6 42 1C 0 45 10 54 40 37
Octal 232 326 102 34 0 105 20 124 100 67
Binary 10011010 11010110 1000010 11100 0 1000101 10000 1010100 1000000 110111

Color Harmonies of #9AD642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD642

Black with #9AD642

Text Example


Text Example

White with #9AD642

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,214,66); }

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

background-color css

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

 a { background-color: rgb(154,214,66); }

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

border-color css

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

 span { border-color: rgb(154,214,66); }

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