#94BF0A

Color #94BF0A Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #94BF0A

Tints of Citrus #94BF0A

Color information

#94BF0A (or 0x94BF0A) is unknown color: approx Citrus. HEX triplet: 94, BF and 0A. RGB value is (148,191,10). Sum of RGB (Red+Green+Blue) = 148+191+10=349 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.41% from 349); Green value is 191 (75% from 255 or 54.73% from 349); Blue value is 10 (4.30% from 255 or 2.87% from 349); Max value from RGB is 191 - color contains mainly: green. Hex color #94BF0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94BF0A is #6B40F5. Grayscale: #9E9E9E. Windows color (decimal): -7028982 or 704404. OLE color: 704404.

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

Color convert

RGB14819110-
CMYK0.2300.950.25
HSL74.25º90.05%39.41%-
HSV(B)74.25º94.76%74.9%-
XYZ30.943.587.07-
YUV157.5144.75121.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.41%
GREEN value IS 191 (75% from 255) = 54.73%
BLUE value IS 10 (4.30% from 255) = 2.87%
R=42.41%
G=54.73%
B=2.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal148191100.2300.950.2574.2590.0539.41
Hex94BFA1705F194a5a27
Octal224277122701373111213247
Binary1001010010111111101010111010111111100110010101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BF0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,191,10); }

 H1.HeaderClassName
 {
   color: #94BF0A;
 }
 .AnyTagClassName
 {
   color: #94BF0A;
 }
</style>
background-color css

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

 a { background-color: rgb(148,191,10); }

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

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

 span { border-color: rgb(148,191,10); }

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