Html Css Color HEX #96CE14 Bahia

📋 copy color: '#96CE14'

red 150 ◦ green 206 ◦ blue 20

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

Shades of Bahia #96CE14

Tints of Bahia #96CE14

RGB

 RED value IS 150 (58.98% from 255) = 39.89%

 GREEN value IS 206 (80.86% from 255) = 54.79%

 BLUE value IS 20 (8.2% from 255) = 5.32%

R = 39.89%
G = 54.79%
B = 5.32%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#96CE14 (or 0x96CE14) is known color: Bahia. HEX triplet: 96, CE and 14. RGB value is (150,206,20). Sum of RGB (Red+Green+Blue) = 150+206+20=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 206 (80.86% from 255 or 54.79% from 376); Blue value is 20 (8.20% from 255 or 5.32% from 376); Max value from RGB is 206 - color contains mainly: green. Hex color #96CE14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96CE14 is #6931EB. Grayscale: #A8A8A8. Windows color (decimal): -6894060 or 1363606. OLE color: 1363606.

HSL color Cylindrical-coordinate representation of color #96CE14: hue angle of 78.06º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #96CE14 is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 206 20 -
CMYK 0.27 0 0.90 0.19
HSL 78.06º 0.82% 0.44% -
HSV(B) 78.06º 0.9% 0.81% -
XYZ 34.78 50.68 8.61 -
YUV 168.05 44.45 115.12 -
System Red Green Blue C M Y K H S L
Decimal 150 206 20 0.27 0 0.90 0.19 78.06 0.82 0.44
Hex 96 CE 14 1B 0 5A 13 4E 52 2C
Octal 226 316 24 33 0 132 23 116 122 54
Binary 10010110 11001110 10100 11011 0 1011010 10011 1001110 1010010 101100

Color Harmonies of #96CE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CE14

Black with #96CE14

Text Example


Text Example

White with #96CE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96CE14; }

 p { color: rgb(150,206,20); }

 H1.HeaderClassName
 {
   color: #96CE14;
 }
 .AnyTagClassName
 {
   color: #96CE14;
 }
</style>

background-color css

<style>
 a { background-color: #96CE14; }

 a { background-color: rgb(150,206,20); }

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

border-color css

<style>
 span { border-color: #96CE14; }

 span { border-color: rgb(150,206,20); }

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