Html Css Color HEX #94C754 Atlantis

📋 copy color: '#94C754'

red 148 ◦ green 199 ◦ blue 84

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

Shades of Atlantis #94C754

Tints of Atlantis #94C754

RGB

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

 GREEN value IS 199 (78.13% from 255) = 46.17%

 BLUE value IS 84 (33.2% from 255) = 19.49%

R = 34.34%
G = 46.17%
B = 19.49%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#94C754 (or 0x94C754) is known color: Atlantis. HEX triplet: 94, C7 and 54. RGB value is (148,199,84). Sum of RGB (Red+Green+Blue) = 148+199+84=431 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.34% from 431); Green value is 199 (78.12% from 255 or 46.17% from 431); Blue value is 84 (33.20% from 255 or 19.49% from 431); Max value from RGB is 199 - color contains mainly: green. Hex color #94C754 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C754 is #6B38AB. Grayscale: #ABABAB. Windows color (decimal): -7026860 or 5556116. OLE color: 5556116.

HSL color Cylindrical-coordinate representation of color #94C754: hue angle of 86.61º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #94C754 is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB 148 199 84 -
CMYK 0.26 0 0.58 0.22
HSL 86.61º 0.51% 0.55% -
HSV(B) 86.61º 0.58% 0.78% -
XYZ 34.24 47.78 15.81 -
YUV 170.64 79.1 111.85 -
System Red Green Blue C M Y K H S L
Decimal 148 199 84 0.26 0 0.58 0.22 86.61 0.51 0.55
Hex 94 C7 54 1A 0 3A 16 57 33 37
Octal 224 307 124 32 0 72 26 127 63 67
Binary 10010100 11000111 1010100 11010 0 111010 10110 1010111 110011 110111

Color Harmonies of #94C754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C754

Black with #94C754

Text Example


Text Example

White with #94C754

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,199,84); }

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

background-color css

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

 a { background-color: rgb(148,199,84); }

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

border-color css

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

 span { border-color: rgb(148,199,84); }

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