Html Css Color HEX #A8CF03 Citrus

📋 copy color: '#A8CF03'

red 168 ◦ green 207 ◦ blue 3

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

Shades of Citrus #A8CF03

Tints of Citrus #A8CF03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.79%

R = 44.44%
G = 54.76%
B = 0.79%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#A8CF03 (or 0xA8CF03) is known color: Citrus. HEX triplet: A8, CF and 03. RGB value is (168,207,3). Sum of RGB (Red+Green+Blue) = 168+207+3=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 207 (81.25% from 255 or 54.76% from 378); Blue value is 3 (1.56% from 255 or 0.79% from 378); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CF03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8CF03 is #5730FC. Grayscale: #ACACAC. Windows color (decimal): -5714173 or 249768. OLE color: 249768.

HSL color Cylindrical-coordinate representation of color #A8CF03: hue angle of 71.47º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8CF03 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 207 3 -
CMYK 0.19 0 0.99 0.19
HSL 71.47º 0.97% 0.41% -
HSV(B) 71.47º 0.99% 0.81% -
XYZ 38.48 52.96 8.28 -
YUV 172.08 32.58 125.09 -
System Red Green Blue C M Y K H S L
Decimal 168 207 3 0.19 0 0.99 0.19 71.47 0.97 0.41
Hex A8 CF 3 13 0 63 13 47 61 29
Octal 250 317 3 23 0 143 23 107 141 51
Binary 10101000 11001111 11 10011 0 1100011 10011 1000111 1100001 101001

Color Harmonies of #A8CF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CF03

Black with #A8CF03

Text Example


Text Example

White with #A8CF03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CF03; }

 p { color: rgb(168,207,3); }

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

background-color css

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

 a { background-color: rgb(168,207,3); }

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

border-color css

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

 span { border-color: rgb(168,207,3); }

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