Html Css Color HEX #94C80A Citrus

📋 copy color: '#94C80A'

red 148 ◦ green 200 ◦ blue 10

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

Shades of Citrus #94C80A

Tints of Citrus #94C80A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 55.87%

 BLUE value IS 10 (4.3% from 255) = 2.79%

R = 41.34%
G = 55.87%
B = 2.79%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#94C80A (or 0x94C80A) is known color: Citrus. HEX triplet: 94, C8 and 0A. RGB value is (148,200,10). Sum of RGB (Red+Green+Blue) = 148+200+10=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 200 (78.52% from 255 or 55.87% from 358); Blue value is 10 (4.30% from 255 or 2.79% from 358); Max value from RGB is 200 - color contains mainly: green. Hex color #94C80A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94C80A is #6B37F5. Grayscale: #A3A3A3. Windows color (decimal): -7026678 or 706708. OLE color: 706708.

HSL color Cylindrical-coordinate representation of color #94C80A: hue angle of 76.42º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #94C80A is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB 148 200 10 -
CMYK 0.26 0 0.95 0.22
HSL 76.42º 0.9% 0.41% -
HSV(B) 76.42º 0.95% 0.78% -
XYZ 32.92 47.63 7.74 -
YUV 162.79 41.77 117.45 -
System Red Green Blue C M Y K H S L
Decimal 148 200 10 0.26 0 0.95 0.22 76.42 0.9 0.41
Hex 94 C8 A 1A 0 5F 16 4C 5A 29
Octal 224 310 12 32 0 137 26 114 132 51
Binary 10010100 11001000 1010 11010 0 1011111 10110 1001100 1011010 101001

Color Harmonies of #94C80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C80A

Black with #94C80A

Text Example


Text Example

White with #94C80A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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