Html Css Color HEX #AFF16C Sulu

📋 copy color: '#AFF16C'

red 175 ◦ green 241 ◦ blue 108

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

Shades of Sulu #AFF16C

Tints of Sulu #AFF16C

RGB

 RED value IS 175 (68.75% from 255) = 33.4%

 GREEN value IS 241 (94.53% from 255) = 45.99%

 BLUE value IS 108 (42.58% from 255) = 20.61%

R = 33.4%
G = 45.99%
B = 20.61%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#AFF16C (or 0xAFF16C) is known color: Sulu. HEX triplet: AF, F1 and 6C. RGB value is (175,241,108). Sum of RGB (Red+Green+Blue) = 175+241+108=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 241 (94.53% from 255 or 45.99% from 524); Blue value is 108 (42.58% from 255 or 20.61% from 524); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF16C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF16C is #500E93. Grayscale: #CECECE. Windows color (decimal): -5246612 or 7139759. OLE color: 7139759.

HSL color Cylindrical-coordinate representation of color #AFF16C: hue angle of 89.77º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFF16C is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 241 108 -
CMYK 0.27 0 0.55 0.05
HSL 89.77º 0.83% 0.68% -
HSV(B) 89.77º 0.55% 0.95% -
XYZ 51.84 73.11 25.57 -
YUV 206.1 72.63 105.81 -
System Red Green Blue C M Y K H S L
Decimal 175 241 108 0.27 0 0.55 0.05 89.77 0.83 0.68
Hex AF F1 6C 1B 0 37 5 5A 53 44
Octal 257 361 154 33 0 67 5 132 123 104
Binary 10101111 11110001 1101100 11011 0 110111 101 1011010 1010011 1000100

Color Harmonies of #AFF16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF16C

Black with #AFF16C

Text Example


Text Example

White with #AFF16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF16C; }

 p { color: rgb(175,241,108); }

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

background-color css

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

 a { background-color: rgb(175,241,108); }

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

border-color css

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

 span { border-color: rgb(175,241,108); }

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