Html Css Color HEX #94BE45 Atlantis

📋 copy color: '#94BE45'

red 148 ◦ green 190 ◦ blue 69

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

Shades of Atlantis #94BE45

Tints of Atlantis #94BE45

RGB

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

 GREEN value IS 190 (74.61% from 255) = 46.68%

 BLUE value IS 69 (27.34% from 255) = 16.95%

R = 36.36%
G = 46.68%
B = 16.95%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#94BE45 (or 0x94BE45) is known color: Atlantis. HEX triplet: 94, BE and 45. RGB value is (148,190,69). Sum of RGB (Red+Green+Blue) = 148+190+69=407 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.36% from 407); Green value is 190 (74.61% from 255 or 46.68% from 407); Blue value is 69 (27.34% from 255 or 16.95% from 407); Max value from RGB is 190 - color contains mainly: green. Hex color #94BE45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94BE45 is #6B41BA. Grayscale: #A4A4A4. Windows color (decimal): -7029179 or 4570772. OLE color: 4570772.

HSL color Cylindrical-coordinate representation of color #94BE45: hue angle of 80.83º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #94BE45 is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 190 69 -
CMYK 0.22 0 0.64 0.25
HSL 80.83º 0.48% 0.51% -
HSV(B) 80.83º 0.64% 0.75% -
XYZ 31.7 43.55 12.37 -
YUV 163.65 74.59 116.84 -
System Red Green Blue C M Y K H S L
Decimal 148 190 69 0.22 0 0.64 0.25 80.83 0.48 0.51
Hex 94 BE 45 16 0 40 19 51 30 33
Octal 224 276 105 26 0 100 31 121 60 63
Binary 10010100 10111110 1000101 10110 0 1000000 11001 1010001 110000 110011

Color Harmonies of #94BE45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BE45

Black with #94BE45

Text Example


Text Example

White with #94BE45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,190,69); }

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

background-color css

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

 a { background-color: rgb(148,190,69); }

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

border-color css

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

 span { border-color: rgb(148,190,69); }

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