Html Css Color HEX #94C951 Atlantis

📋 copy color: '#94C951'

red 148 ◦ green 201 ◦ blue 81

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

Shades of Atlantis #94C951

Tints of Atlantis #94C951

RGB

 RED value IS 148 (58.2% from 255) = 34.42%

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

 BLUE value IS 81 (32.03% from 255) = 18.84%

R = 34.42%
G = 46.74%
B = 18.84%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#94C951 (or 0x94C951) is known color: Atlantis. HEX triplet: 94, C9 and 51. RGB value is (148,201,81). Sum of RGB (Red+Green+Blue) = 148+201+81=430 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.42% from 430); Green value is 201 (78.91% from 255 or 46.74% from 430); Blue value is 81 (32.03% from 255 or 18.84% from 430); Max value from RGB is 201 - color contains mainly: green. Hex color #94C951 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C951 is #6B36AE. Grayscale: #ABABAB. Windows color (decimal): -7026351 or 5360020. OLE color: 5360020.

HSL color Cylindrical-coordinate representation of color #94C951: hue angle of 86.5º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #94C951 is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB 148 201 81 -
CMYK 0.26 0 0.60 0.21
HSL 86.5º 0.53% 0.55% -
HSV(B) 86.5º 0.6% 0.79% -
XYZ 34.58 48.66 15.35 -
YUV 171.47 76.94 111.26 -
System Red Green Blue C M Y K H S L
Decimal 148 201 81 0.26 0 0.60 0.21 86.5 0.53 0.55
Hex 94 C9 51 1A 0 3C 15 56 35 37
Octal 224 311 121 32 0 74 25 126 65 67
Binary 10010100 11001001 1010001 11010 0 111100 10101 1010110 110101 110111

Color Harmonies of #94C951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C951

Black with #94C951

Text Example


Text Example

White with #94C951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94C951; }

 p { color: rgb(148,201,81); }

 H1.HeaderClassName
 {
   color: #94C951;
 }
 .AnyTagClassName
 {
   color: #94C951;
 }
</style>

background-color css

<style>
 a { background-color: #94C951; }

 a { background-color: rgb(148,201,81); }

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

border-color css

<style>
 span { border-color: #94C951; }

 span { border-color: rgb(148,201,81); }

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