Html Css Color HEX #94C618 Bahia

📋 copy color: '#94C618'

red 148 ◦ green 198 ◦ blue 24

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

Shades of Bahia #94C618

Tints of Bahia #94C618

RGB

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

 GREEN value IS 198 (77.73% from 255) = 53.51%

 BLUE value IS 24 (9.77% from 255) = 6.49%

R = 40%
G = 53.51%
B = 6.49%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#94C618 (or 0x94C618) is known color: Bahia. HEX triplet: 94, C6 and 18. RGB value is (148,198,24). Sum of RGB (Red+Green+Blue) = 148+198+24=370 (49% of max value = 765). Red value is 148 (58.20% from 255 or 40% from 370); Green value is 198 (77.73% from 255 or 53.51% from 370); Blue value is 24 (9.77% from 255 or 6.49% from 370); Max value from RGB is 198 - color contains mainly: green. Hex color #94C618 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94C618 is #6B39E7. Grayscale: #A3A3A3. Windows color (decimal): -7027176 or 1623700. OLE color: 1623700.

HSL color Cylindrical-coordinate representation of color #94C618: hue angle of 77.24º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #94C618 is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 148 198 24 -
CMYK 0.25 0 0.88 0.22
HSL 77.24º 0.78% 0.44% -
HSV(B) 77.24º 0.88% 0.78% -
XYZ 32.57 46.75 8.17 -
YUV 163.21 49.44 117.15 -
System Red Green Blue C M Y K H S L
Decimal 148 198 24 0.25 0 0.88 0.22 77.24 0.78 0.44
Hex 94 C6 18 19 0 58 16 4D 4E 2C
Octal 224 306 30 31 0 130 26 115 116 54
Binary 10010100 11000110 11000 11001 0 1011000 10110 1001101 1001110 101100

Color Harmonies of #94C618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C618

Black with #94C618

Text Example


Text Example

White with #94C618

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,198,24); }

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

background-color css

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

 a { background-color: rgb(148,198,24); }

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

border-color css

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

 span { border-color: rgb(148,198,24); }

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