Html Css Color HEX #99C93D Atlantis

📋 copy color: '#99C93D'

red 153 ◦ green 201 ◦ blue 61

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

Shades of Atlantis #99C93D

Tints of Atlantis #99C93D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 48.43%

 BLUE value IS 61 (24.22% from 255) = 14.7%

R = 36.87%
G = 48.43%
B = 14.7%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#99C93D (or 0x99C93D) is known color: Atlantis. HEX triplet: 99, C9 and 3D. RGB value is (153,201,61). Sum of RGB (Red+Green+Blue) = 153+201+61=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 201 (78.91% from 255 or 48.43% from 415); Blue value is 61 (24.22% from 255 or 14.70% from 415); Max value from RGB is 201 - color contains mainly: green. Hex color #99C93D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C93D is #6636C2. Grayscale: #ABABAB. Windows color (decimal): -6698691 or 4049305. OLE color: 4049305.

HSL color Cylindrical-coordinate representation of color #99C93D: hue angle of 80.57º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #99C93D is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 153 201 61 -
CMYK 0.24 0 0.70 0.21
HSL 80.57º 0.56% 0.51% -
HSV(B) 80.57º 0.7% 0.79% -
XYZ 34.87 48.88 12.01 -
YUV 170.69 66.1 115.38 -
System Red Green Blue C M Y K H S L
Decimal 153 201 61 0.24 0 0.70 0.21 80.57 0.56 0.51
Hex 99 C9 3D 18 0 46 15 51 38 33
Octal 231 311 75 30 0 106 25 121 70 63
Binary 10011001 11001001 111101 11000 0 1000110 10101 1010001 111000 110011

Color Harmonies of #99C93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C93D

Black with #99C93D

Text Example


Text Example

White with #99C93D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,201,61); }

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

background-color css

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

 a { background-color: rgb(153,201,61); }

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

border-color css

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

 span { border-color: rgb(153,201,61); }

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