Html Css Color HEX #94BD4B Atlantis

📋 copy color: '#94BD4B'

red 148 ◦ green 189 ◦ blue 75

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

Shades of Atlantis #94BD4B

Tints of Atlantis #94BD4B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.87%

 BLUE value IS 75 (29.69% from 255) = 18.2%

R = 35.92%
G = 45.87%
B = 18.2%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#94BD4B (or 0x94BD4B) is known color: Atlantis. HEX triplet: 94, BD and 4B. RGB value is (148,189,75). Sum of RGB (Red+Green+Blue) = 148+189+75=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 189 (74.22% from 255 or 45.87% from 412); Blue value is 75 (29.69% from 255 or 18.20% from 412); Max value from RGB is 189 - color contains mainly: green. Hex color #94BD4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94BD4B is #6B42B4. Grayscale: #A4A4A4. Windows color (decimal): -7029429 or 4963732. OLE color: 4963732.

HSL color Cylindrical-coordinate representation of color #94BD4B: hue angle of 81.58º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #94BD4B is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 189 75 -
CMYK 0.22 0 0.60 0.26
HSL 81.58º 0.46% 0.52% -
HSV(B) 81.58º 0.6% 0.74% -
XYZ 31.68 43.2 13.33 -
YUV 163.75 77.92 116.77 -
System Red Green Blue C M Y K H S L
Decimal 148 189 75 0.22 0 0.60 0.26 81.58 0.46 0.52
Hex 94 BD 4B 16 0 3C 1A 52 2E 34
Octal 224 275 113 26 0 74 32 122 56 64
Binary 10010100 10111101 1001011 10110 0 111100 11010 1010010 101110 110100

Color Harmonies of #94BD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BD4B

Black with #94BD4B

Text Example


Text Example

White with #94BD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,189,75); }

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

background-color css

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

 a { background-color: rgb(148,189,75); }

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

border-color css

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

 span { border-color: rgb(148,189,75); }

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