Html Css Color HEX #94CC4C Atlantis

📋 copy color: '#94CC4C'

red 148 ◦ green 204 ◦ blue 76

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

Shades of Atlantis #94CC4C

Tints of Atlantis #94CC4C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 47.66%

 BLUE value IS 76 (30.08% from 255) = 17.76%

R = 34.58%
G = 47.66%
B = 17.76%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#94CC4C (or 0x94CC4C) is known color: Atlantis. HEX triplet: 94, CC and 4C. RGB value is (148,204,76). Sum of RGB (Red+Green+Blue) = 148+204+76=428 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.58% from 428); Green value is 204 (80.08% from 255 or 47.66% from 428); Blue value is 76 (30.08% from 255 or 17.76% from 428); Max value from RGB is 204 - color contains mainly: green. Hex color #94CC4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94CC4C is #6B33B3. Grayscale: #ADADAD. Windows color (decimal): -7025588 or 5033108. OLE color: 5033108.

HSL color Cylindrical-coordinate representation of color #94CC4C: hue angle of 86.25º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #94CC4C is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB 148 204 76 -
CMYK 0.27 0 0.63 0.2
HSL 86.25º 0.56% 0.55% -
HSV(B) 86.25º 0.63% 0.8% -
XYZ 35.11 50 14.64 -
YUV 172.66 73.45 110.41 -
System Red Green Blue C M Y K H S L
Decimal 148 204 76 0.27 0 0.63 0.2 86.25 0.56 0.55
Hex 94 CC 4C 1B 0 3F 14 56 38 37
Octal 224 314 114 33 0 77 24 126 70 67
Binary 10010100 11001100 1001100 11011 0 111111 10100 1010110 111000 110111

Color Harmonies of #94CC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CC4C

Black with #94CC4C

Text Example


Text Example

White with #94CC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,204,76); }

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

background-color css

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

 a { background-color: rgb(148,204,76); }

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

border-color css

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

 span { border-color: rgb(148,204,76); }

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