Html Css Color HEX #94CE12 Citrus

📋 copy color: '#94CE12'

red 148 ◦ green 206 ◦ blue 18

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

Shades of Citrus #94CE12

Tints of Citrus #94CE12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.84%

R = 39.78%
G = 55.38%
B = 4.84%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#94CE12 (or 0x94CE12) is known color: Citrus. HEX triplet: 94, CE and 12. RGB value is (148,206,18). Sum of RGB (Red+Green+Blue) = 148+206+18=372 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.78% from 372); Green value is 206 (80.86% from 255 or 55.38% from 372); Blue value is 18 (7.42% from 255 or 4.84% from 372); Max value from RGB is 206 - color contains mainly: green. Hex color #94CE12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94CE12 is #6B31ED. Grayscale: #A7A7A7. Windows color (decimal): -7025134 or 1232532. OLE color: 1232532.

HSL color Cylindrical-coordinate representation of color #94CE12: hue angle of 78.51º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #94CE12 is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 206 18 -
CMYK 0.28 0 0.91 0.19
HSL 78.51º 0.84% 0.44% -
HSV(B) 78.51º 0.91% 0.81% -
XYZ 34.39 50.48 8.5 -
YUV 167.23 43.78 114.29 -
System Red Green Blue C M Y K H S L
Decimal 148 206 18 0.28 0 0.91 0.19 78.51 0.84 0.44
Hex 94 CE 12 1C 0 5B 13 4F 54 2C
Octal 224 316 22 34 0 133 23 117 124 54
Binary 10010100 11001110 10010 11100 0 1011011 10011 1001111 1010100 101100

Color Harmonies of #94CE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CE12

Black with #94CE12

Text Example


Text Example

White with #94CE12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,206,18); }

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

background-color css

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

 a { background-color: rgb(148,206,18); }

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

border-color css

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

 span { border-color: rgb(148,206,18); }

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