Html Css Color HEX #99CF46 Atlantis

📋 copy color: '#99CF46'

red 153 ◦ green 207 ◦ blue 70

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

Shades of Atlantis #99CF46

Tints of Atlantis #99CF46

RGB

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

 GREEN value IS 207 (81.25% from 255) = 48.14%

 BLUE value IS 70 (27.73% from 255) = 16.28%

R = 35.58%
G = 48.14%
B = 16.28%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#99CF46 (or 0x99CF46) is known color: Atlantis. HEX triplet: 99, CF and 46. RGB value is (153,207,70). Sum of RGB (Red+Green+Blue) = 153+207+70=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 207 (81.25% from 255 or 48.14% from 430); Blue value is 70 (27.73% from 255 or 16.28% from 430); Max value from RGB is 207 - color contains mainly: green. Hex color #99CF46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99CF46 is #6630B9. Grayscale: #AFAFAF. Windows color (decimal): -6697146 or 4640665. OLE color: 4640665.

HSL color Cylindrical-coordinate representation of color #99CF46: hue angle of 83.65º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #99CF46 is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 207 70 -
CMYK 0.26 0 0.66 0.19
HSL 83.65º 0.59% 0.54% -
HSV(B) 83.65º 0.66% 0.81% -
XYZ 36.56 51.84 13.87 -
YUV 175.24 68.61 112.14 -
System Red Green Blue C M Y K H S L
Decimal 153 207 70 0.26 0 0.66 0.19 83.65 0.59 0.54
Hex 99 CF 46 1A 0 42 13 54 3B 36
Octal 231 317 106 32 0 102 23 124 73 66
Binary 10011001 11001111 1000110 11010 0 1000010 10011 1010100 111011 110110

Color Harmonies of #99CF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CF46

Black with #99CF46

Text Example


Text Example

White with #99CF46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,207,70); }

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

background-color css

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

 a { background-color: rgb(153,207,70); }

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

border-color css

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

 span { border-color: rgb(153,207,70); }

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