Html Css Color HEX #A8C101 Citrus

📋 copy color: '#A8C101'

red 168 ◦ green 193 ◦ blue 1

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

Shades of Citrus #A8C101

Tints of Citrus #A8C101

RGB

 RED value IS 168 (66.02% from 255) = 46.41%

 GREEN value IS 193 (75.78% from 255) = 53.31%

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 46.41%
G = 53.31%
B = 0.28%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#A8C101 (or 0xA8C101) is known color: Citrus. HEX triplet: A8, C1 and 01. RGB value is (168,193,1). Sum of RGB (Red+Green+Blue) = 168+193+1=362 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.41% from 362); Green value is 193 (75.78% from 255 or 53.31% from 362); Blue value is 1 (0.78% from 255 or 0.28% from 362); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C101 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C101 is #573EFE. Grayscale: #A4A4A4. Windows color (decimal): -5717759 or 115112. OLE color: 115112.

HSL color Cylindrical-coordinate representation of color #A8C101: hue angle of 67.81º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8C101 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 193 1 -
CMYK 0.13 0 0.99 0.24
HSL 67.81º 0.99% 0.38% -
HSV(B) 67.81º 0.99% 0.76% -
XYZ 35.22 46.47 7.14 -
YUV 163.64 36.22 131.11 -
System Red Green Blue C M Y K H S L
Decimal 168 193 1 0.13 0 0.99 0.24 67.81 0.99 0.38
Hex A8 C1 1 D 0 63 18 44 63 26
Octal 250 301 1 15 0 143 30 104 143 46
Binary 10101000 11000001 1 1101 0 1100011 11000 1000100 1100011 100110

Color Harmonies of #A8C101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C101

Black with #A8C101

Text Example


Text Example

White with #A8C101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C101; }

 p { color: rgb(168,193,1); }

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

background-color css

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

 a { background-color: rgb(168,193,1); }

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

border-color css

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

 span { border-color: rgb(168,193,1); }

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