Html Css Color HEX #9AC41D Bahia

📋 copy color: '#9AC41D'

red 154 ◦ green 196 ◦ blue 29

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

Shades of Bahia #9AC41D

Tints of Bahia #9AC41D

RGB

 RED value IS 154 (60.55% from 255) = 40.63%

 GREEN value IS 196 (76.95% from 255) = 51.72%

 BLUE value IS 29 (11.72% from 255) = 7.65%

R = 40.63%
G = 51.72%
B = 7.65%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#9AC41D (or 0x9AC41D) is known color: Bahia. HEX triplet: 9A, C4 and 1D. RGB value is (154,196,29). Sum of RGB (Red+Green+Blue) = 154+196+29=379 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.63% from 379); Green value is 196 (76.95% from 255 or 51.72% from 379); Blue value is 29 (11.72% from 255 or 7.65% from 379); Max value from RGB is 196 - color contains mainly: green. Hex color #9AC41D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AC41D is #653BE2. Grayscale: #A5A5A5. Windows color (decimal): -6634467 or 1950874. OLE color: 1950874.

HSL color Cylindrical-coordinate representation of color #9AC41D: hue angle of 75.09º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9AC41D is Cyan = 0.21, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 154 196 29 -
CMYK 0.21 0 0.85 0.23
HSL 75.09º 0.74% 0.44% -
HSV(B) 75.09º 0.85% 0.77% -
XYZ 33.29 46.44 8.37 -
YUV 164.4 51.59 120.58 -
System Red Green Blue C M Y K H S L
Decimal 154 196 29 0.21 0 0.85 0.23 75.09 0.74 0.44
Hex 9A C4 1D 15 0 55 17 4B 4A 2C
Octal 232 304 35 25 0 125 27 113 112 54
Binary 10011010 11000100 11101 10101 0 1010101 10111 1001011 1001010 101100

Color Harmonies of #9AC41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC41D

Black with #9AC41D

Text Example


Text Example

White with #9AC41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AC41D; }

 p { color: rgb(154,196,29); }

 H1.HeaderClassName
 {
   color: #9AC41D;
 }
 .AnyTagClassName
 {
   color: #9AC41D;
 }
</style>

background-color css

<style>
 a { background-color: #9AC41D; }

 a { background-color: rgb(154,196,29); }

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

border-color css

<style>
 span { border-color: #9AC41D; }

 span { border-color: rgb(154,196,29); }

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