Html Css Color HEX #95CE0A Citrus

📋 copy color: '#95CE0A'

red 149 ◦ green 206 ◦ blue 10

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

Shades of Citrus #95CE0A

Tints of Citrus #95CE0A

RGB

 RED value IS 149 (58.59% from 255) = 40.82%

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

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

R = 40.82%
G = 56.44%
B = 2.74%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#95CE0A (or 0x95CE0A) is known color: Citrus. HEX triplet: 95, CE and 0A. RGB value is (149,206,10). Sum of RGB (Red+Green+Blue) = 149+206+10=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 206 (80.86% from 255 or 56.44% from 365); Blue value is 10 (4.30% from 255 or 2.74% from 365); Max value from RGB is 206 - color contains mainly: green. Hex color #95CE0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95CE0A is #6A31F5. Grayscale: #A7A7A7. Windows color (decimal): -6959606 or 708245. OLE color: 708245.

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

Color convert

RGB 149 206 10 -
CMYK 0.28 0 0.95 0.19
HSL 77.45º 0.91% 0.42% -
HSV(B) 77.45º 0.95% 0.81% -
XYZ 34.52 50.55 8.23 -
YUV 166.61 39.62 115.44 -
System Red Green Blue C M Y K H S L
Decimal 149 206 10 0.28 0 0.95 0.19 77.45 0.91 0.42
Hex 95 CE A 1C 0 5F 13 4D 5B 2A
Octal 225 316 12 34 0 137 23 115 133 52
Binary 10010101 11001110 1010 11100 0 1011111 10011 1001101 1011011 101010

Color Harmonies of #95CE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95CE0A

Black with #95CE0A

Text Example


Text Example

White with #95CE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95CE0A; }

 p { color: rgb(149,206,10); }

 H1.HeaderClassName
 {
   color: #95CE0A;
 }
 .AnyTagClassName
 {
   color: #95CE0A;
 }
</style>

background-color css

<style>
 a { background-color: #95CE0A; }

 a { background-color: rgb(149,206,10); }

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

border-color css

<style>
 span { border-color: #95CE0A; }

 span { border-color: rgb(149,206,10); }

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