Html Css Color HEX #99DA3C Atlantis

📋 copy color: '#99DA3C'

red 153 ◦ green 218 ◦ blue 60

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

Shades of Atlantis #99DA3C

Tints of Atlantis #99DA3C

RGB

 RED value IS 153 (60.16% from 255) = 35.5%

 GREEN value IS 218 (85.55% from 255) = 50.58%

 BLUE value IS 60 (23.83% from 255) = 13.92%

R = 35.5%
G = 50.58%
B = 13.92%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#99DA3C (or 0x99DA3C) is known color: Atlantis. HEX triplet: 99, DA and 3C. RGB value is (153,218,60). Sum of RGB (Red+Green+Blue) = 153+218+60=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 218 (85.55% from 255 or 50.58% from 431); Blue value is 60 (23.83% from 255 or 13.92% from 431); Max value from RGB is 218 - color contains mainly: green. Hex color #99DA3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99DA3C is #6625C3. Grayscale: #B5B5B5. Windows color (decimal): -6694340 or 3988121. OLE color: 3988121.

HSL color Cylindrical-coordinate representation of color #99DA3C: hue angle of 84.68º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #99DA3C is Cyan = 0.30, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 153 218 60 -
CMYK 0.30 0 0.72 0.15
HSL 84.68º 0.68% 0.55% -
HSV(B) 84.68º 0.72% 0.85% -
XYZ 39.02 57.24 13.27 -
YUV 180.55 59.97 108.35 -
System Red Green Blue C M Y K H S L
Decimal 153 218 60 0.30 0 0.72 0.15 84.68 0.68 0.55
Hex 99 DA 3C 1E 0 48 F 55 44 37
Octal 231 332 74 36 0 110 17 125 104 67
Binary 10011001 11011010 111100 11110 0 1001000 1111 1010101 1000100 110111

Color Harmonies of #99DA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DA3C

Black with #99DA3C

Text Example


Text Example

White with #99DA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99DA3C; }

 p { color: rgb(153,218,60); }

 H1.HeaderClassName
 {
   color: #99DA3C;
 }
 .AnyTagClassName
 {
   color: #99DA3C;
 }
</style>

background-color css

<style>
 a { background-color: #99DA3C; }

 a { background-color: rgb(153,218,60); }

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

border-color css

<style>
 span { border-color: #99DA3C; }

 span { border-color: rgb(153,218,60); }

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