Html Css Color HEX #94C01A Bahia

📋 copy color: '#94C01A'

red 148 ◦ green 192 ◦ blue 26

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

Shades of Bahia #94C01A

Tints of Bahia #94C01A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 52.46%

 BLUE value IS 26 (10.55% from 255) = 7.1%

R = 40.44%
G = 52.46%
B = 7.1%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#94C01A (or 0x94C01A) is known color: Bahia. HEX triplet: 94, C0 and 1A. RGB value is (148,192,26). Sum of RGB (Red+Green+Blue) = 148+192+26=366 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.44% from 366); Green value is 192 (75.39% from 255 or 52.46% from 366); Blue value is 26 (10.55% from 255 or 7.10% from 366); Max value from RGB is 192 - color contains mainly: green. Hex color #94C01A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C01A is #6B3FE5. Grayscale: #A0A0A0. Windows color (decimal): -7028710 or 1753236. OLE color: 1753236.

HSL color Cylindrical-coordinate representation of color #94C01A: hue angle of 75.9º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #94C01A is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 192 26 -
CMYK 0.23 0 0.86 0.25
HSL 75.9º 0.76% 0.43% -
HSV(B) 75.9º 0.86% 0.75% -
XYZ 31.25 44.07 7.84 -
YUV 159.92 52.42 119.5 -
System Red Green Blue C M Y K H S L
Decimal 148 192 26 0.23 0 0.86 0.25 75.9 0.76 0.43
Hex 94 C0 1A 17 0 56 19 4C 4C 2B
Octal 224 300 32 27 0 126 31 114 114 53
Binary 10010100 11000000 11010 10111 0 1010110 11001 1001100 1001100 101011

Color Harmonies of #94C01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C01A

Black with #94C01A

Text Example


Text Example

White with #94C01A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,192,26); }

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

background-color css

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

 a { background-color: rgb(148,192,26); }

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

border-color css

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

 span { border-color: rgb(148,192,26); }

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