Html Css Color HEX #94CF0A Citrus

📋 copy color: '#94CF0A'

red 148 ◦ green 207 ◦ blue 10

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

Shades of Citrus #94CF0A

Tints of Citrus #94CF0A

RGB

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

 GREEN value IS 207 (81.25% from 255) = 56.71%

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

R = 40.55%
G = 56.71%
B = 2.74%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#94CF0A (or 0x94CF0A) is known color: Citrus. HEX triplet: 94, CF and 0A. RGB value is (148,207,10). Sum of RGB (Red+Green+Blue) = 148+207+10=365 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.55% from 365); Green value is 207 (81.25% from 255 or 56.71% from 365); Blue value is 10 (4.30% from 255 or 2.74% from 365); Max value from RGB is 207 - color contains mainly: green. Hex color #94CF0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94CF0A is #6B30F5. Grayscale: #A7A7A7. Windows color (decimal): -7024886 or 708500. OLE color: 708500.

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

Color convert

RGB 148 207 10 -
CMYK 0.29 0 0.95 0.19
HSL 77.97º 0.91% 0.43% -
HSV(B) 77.97º 0.95% 0.81% -
XYZ 34.58 50.94 8.3 -
YUV 166.9 39.45 114.52 -
System Red Green Blue C M Y K H S L
Decimal 148 207 10 0.29 0 0.95 0.19 77.97 0.91 0.43
Hex 94 CF A 1D 0 5F 13 4E 5B 2B
Octal 224 317 12 35 0 137 23 116 133 53
Binary 10010100 11001111 1010 11101 0 1011111 10011 1001110 1011011 101011

Color Harmonies of #94CF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CF0A

Black with #94CF0A

Text Example


Text Example

White with #94CF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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