Html Css Color HEX #94A12F Citron

📋 copy color: '#94A12F'

red 148 ◦ green 161 ◦ blue 47

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

Shades of Citron #94A12F

Tints of Citron #94A12F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 45.22%

 BLUE value IS 47 (18.75% from 255) = 13.2%

R = 41.57%
G = 45.22%
B = 13.2%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#94A12F (or 0x94A12F) is known color: Citron. HEX triplet: 94, A1 and 2F. RGB value is (148,161,47). Sum of RGB (Red+Green+Blue) = 148+161+47=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 161 (63.28% from 255 or 45.22% from 356); Blue value is 47 (18.75% from 255 or 13.20% from 356); Max value from RGB is 161 - color contains mainly: green. Hex color #94A12F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A12F is #6B5ED0. Grayscale: #909090. Windows color (decimal): -7036625 or 3121556. OLE color: 3121556.

HSL color Cylindrical-coordinate representation of color #94A12F: hue angle of 66.84º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #94A12F is Cyan = 0.08, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB 148 161 47 -
CMYK 0.08 0 0.71 0.37
HSL 66.84º 0.55% 0.41% -
HSV(B) 66.84º 0.71% 0.63% -
XYZ 25.47 31.99 7.52 -
YUV 144.12 73.19 130.77 -
System Red Green Blue C M Y K H S L
Decimal 148 161 47 0.08 0 0.71 0.37 66.84 0.55 0.41
Hex 94 A1 2F 8 0 47 25 43 37 29
Octal 224 241 57 10 0 107 45 103 67 51
Binary 10010100 10100001 101111 1000 0 1000111 100101 1000011 110111 101001

Color Harmonies of #94A12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A12F

Black with #94A12F

Text Example


Text Example

White with #94A12F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,161,47); }

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

background-color css

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

 a { background-color: rgb(148,161,47); }

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

border-color css

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

 span { border-color: rgb(148,161,47); }

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